VHtml


class description - source file - inheritance tree

class VHtml : public THtml


    public:
VHtml VHtml() virtual void ~VHtml() static TClass* Class() virtual TClass* IsA() const void MakeVegaIndex() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void WriteHtmlFooter(ofstream& out, const char* dir, const char* lastUpdate, const char* author, const char* copyright) virtual void WriteHtmlHeader(ofstream& out, const char* title)

Data Members




Class Description

                                                                        
 VHtml                                                                  
                                                                        
 VHtml makes a documentation for VEGA classes (including index)         
 using Hypertext Markup Language 2.0                                    
                                                                        


void MakeVegaIndex()
 Have to create index html files for VEGA classes since MakeIndex
 in THtml is only valid for the ROOT configuration of sources
 Make a copy of THtml::MakeIndex() and adapt it.

void WriteHtmlHeader( ofstream &out, const char *title )
 Write HTML header


 Input: out   - output file stream
        title - title for the HTML page


void WriteHtmlFooter( ofstream &out, const char *dir, const char *lastUpdate, const char *author, const char *copyright )
 Write HTML footer


 Input: out        - output file stream
        dir        - usually equal to "" or "../", depends of
                     current file directory position, i.e. if
                     file is in the fOutputDir, then dir will be ""
        lastUpdate - last update string
        author     - author's name
        copyright  - copyright note




Inline Functions


              VHtml VHtml()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
               void ~VHtml()
Last update: Tue Jul 1 17:28:56 2003


- ROOT page - VEGA page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to , or contact with any questions or problems regarding ROOT or VEGA.