33 const char* htmlfilename =
"",
34 const char* fsdecl =
"",
const char* fsimpl =
"",
35 const char* decl = 0,
const char* impl = 0):
43 const char* htmlfilename =
"",
44 const char* fsdecl =
"",
const char* fsimpl =
"",
45 const char* decl = 0,
const char* impl = 0):
59 const char*
GetName()
const override;
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t sel
Bool_t IsSortable() const override
const char * GetImplFileName() const
Bool_t HaveSource() const
const char * GetImplFileSysName() const
void SetDeclFileName(const char *name)
TModuleDocInfo * GetModule() const
const char * GetName() const override
Returns name of object.
void SetImplFileSysName(const char *fsname)
void SetImplFileName(const char *name)
TClassDocInfo(TClass *cl, const char *htmlfilename="", const char *fsdecl="", const char *fsimpl="", const char *decl=0, const char *impl=0)
ULong_t Hash() const override
Return hash value for this object.
void SetModule(TModuleDocInfo *module)
void SetSelected(Bool_t sel=kTRUE)
~TClassDocInfo() override
const char * GetHtmlFileName() const
void SetDeclFileSysName(const char *fsname)
Bool_t IsSelected() const
const char * GetDeclFileSysName() const
TClassDocInfo(TDictionary *cl, const char *htmlfilename="", const char *fsdecl="", const char *fsimpl="", const char *decl=0, const char *impl=0)
void SetHtmlFileName(const char *name)
Int_t Compare(const TObject *obj) const override
Compare abstract method.
TList & GetListOfTypedefs()
const char * GetDeclFileName() const
TDictionary * GetClass() const
TClass instances represent classes, structs and namespaces in the ROOT type system.
This class defines an abstract interface that must be implemented by all classes that contain diction...
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
void Clear(Option_t *option="") override
Remove all objects from the list.
void AddDependency(const std::string &lib)
TLibraryDocInfo(const char *lib)
std::set< std::string > fDependencies
std::set< std::string > & GetDependencies()
std::set< std::string > & GetModules()
std::set< std::string > fModules
void AddModule(const std::string &module)
void Clear(Option_t *option="") override
Remove all objects from the list.
void Add(TObject *obj) override
void SetDoc(const char *doc)
void SetSelected(Bool_t sel=kTRUE)
void AddClass(TClassDocInfo *cl)
TModuleDocInfo(const char *name, TModuleDocInfo *super, const char *doc="")
Bool_t IsSelected() const
~TModuleDocInfo() override
const char * GetDoc() const
TModuleDocInfo * GetSuper() const
The TNamed class is the base class for all named ROOT classes.
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
const char * GetTitle() const override
Returns title of object.
Mother of all ROOT objects.
void CallRecursiveRemoveIfNeeded(TObject &obj)
call RecursiveRemove for obj if gROOT is valid and obj.TestBit(kMustCleanup) is true.