#include <TDocInfo.h>
Inheritance diagram for TModuleDocInfo:
Public Member Functions | |
TModuleDocInfo (const char *name, TModuleDocInfo *super, const char *doc="") | |
virtual | ~TModuleDocInfo () |
void | SetDoc (const char *doc) |
const char * | GetDoc () const |
void | SetSelected (Bool_t sel=kTRUE) |
Bool_t | IsSelected () const |
void | AddClass (TClassDocInfo *cl) |
TList * | GetClasses () |
TModuleDocInfo * | GetSuper () const |
THashList & | GetSub () |
TModuleDocInfo (const char *name, TModuleDocInfo *super, const char *doc="") | |
virtual | ~TModuleDocInfo () |
void | SetDoc (const char *doc) |
const char * | GetDoc () const |
void | SetSelected (Bool_t sel=kTRUE) |
Bool_t | IsSelected () const |
void | AddClass (TClassDocInfo *cl) |
TList * | GetClasses () |
TModuleDocInfo * | GetSuper () const |
THashList & | GetSub () |
Private Member Functions | |
ClassDef (TModuleDocInfo, 0) | |
ClassDef (TModuleDocInfo, 0) | |
Private Attributes | |
TModuleDocInfo * | fSuper |
THashList | fSub |
TList | fClasses |
Bool_t | fSelected |
TModuleDocInfo * | fSuper |
Definition at line 108 of file TDocInfo.h.
TModuleDocInfo::TModuleDocInfo | ( | const char * | name, | |
TModuleDocInfo * | super, | |||
const char * | doc = "" | |||
) | [inline] |
virtual TModuleDocInfo::~TModuleDocInfo | ( | ) | [inline, virtual] |
Definition at line 114 of file TDocInfo.h.
TModuleDocInfo::TModuleDocInfo | ( | const char * | name, | |
TModuleDocInfo * | super, | |||
const char * | doc = "" | |||
) | [inline] |
virtual TModuleDocInfo::~TModuleDocInfo | ( | ) | [inline, virtual] |
Definition at line 114 of file TDocInfo.h.
void TModuleDocInfo::SetDoc | ( | const char * | doc | ) | [inline] |
const char* TModuleDocInfo::GetDoc | ( | ) | const [inline] |
Definition at line 119 of file TDocInfo.h.
References fSelected, and sel.
Referenced by THtml::CreateListOfClasses().
Bool_t TModuleDocInfo::IsSelected | ( | ) | const [inline] |
Definition at line 120 of file TDocInfo.h.
References fSelected.
Referenced by TDocOutput::CreateModuleIndex().
void TModuleDocInfo::AddClass | ( | TClassDocInfo * | cl | ) | [inline] |
Definition at line 122 of file TDocInfo.h.
References TList::Add(), and fClasses.
Referenced by THtml::CreateListOfClasses().
TList* TModuleDocInfo::GetClasses | ( | ) | [inline] |
Definition at line 123 of file TDocInfo.h.
References fClasses.
Referenced by THtml::CreateListOfClasses(), and TDocOutput::CreateModuleIndex().
TModuleDocInfo* TModuleDocInfo::GetSuper | ( | ) | const [inline] |
THashList& TModuleDocInfo::GetSub | ( | ) | [inline] |
Definition at line 126 of file TDocInfo.h.
References fSub.
Referenced by TModuleDocInfo(), and TDocOutput::WriteModuleLinks().
TModuleDocInfo::ClassDef | ( | TModuleDocInfo | , | |
0 | ||||
) | [private] |
void TModuleDocInfo::SetDoc | ( | const char * | doc | ) | [inline] |
const char* TModuleDocInfo::GetDoc | ( | ) | const [inline] |
Bool_t TModuleDocInfo::IsSelected | ( | ) | const [inline] |
void TModuleDocInfo::AddClass | ( | TClassDocInfo * | cl | ) | [inline] |
TList* TModuleDocInfo::GetClasses | ( | ) | [inline] |
TModuleDocInfo* TModuleDocInfo::GetSuper | ( | ) | const [inline] |
THashList& TModuleDocInfo::GetSub | ( | ) | [inline] |
TModuleDocInfo::ClassDef | ( | TModuleDocInfo | , | |
0 | ||||
) | [private] |
TModuleDocInfo* TModuleDocInfo::fSuper [private] |
THashList TModuleDocInfo::fSub [private] |
TList TModuleDocInfo::fClasses [private] |
Bool_t TModuleDocInfo::fSelected [private] |
TModuleDocInfo* TModuleDocInfo::fSuper [private] |
Definition at line 129 of file TDocInfo.h.