12#include "RConfigure.h"
195 if (classes && strlen(classes)) {
231 gROOT->MakeDefCanvas();
234 if (classes && strlen(classes))
fClasses = classes;
248 if(!
fCnames[i]->CompareTo(classname))
return i;
271 if (udata || ufunc || ucode || uclass) {
296 if (udata || ufunc || ucode || uclass) {
311 while((obj=next())) {
314 if (!strcmp(pave->
GetLabel(),classname)) {
374 if (!clbase)
continue;
399 printf(
"%5d %s\n",i,
line);
408 if (!los)
return nullptr;
427 while((obj=next())) {
433 if (nch == 0)
return;
434 char *classes =
new char[nch+1];
440 char *ptr = strtok(classes,
":");
452 }
else if (ptr[0] ==
'>') {
454 if(
fCnames[i]->Contains(&ptr[1])) {
460 }
else if (ptr[nch-1] ==
'<') {
463 if(
fCnames[i]->Contains(ptr)) {
470 }
else if (ptr[nch-1] ==
'*') {
477 if(!
fCnames[i]->CompareTo(ptr)) {
484 ptr = strtok(
nullptr,
":");
494 if (j == i)
continue;
514 if (
fNsons[i] != 0)
continue;
519 if (nlevel > maxlev) maxlev = nlevel;
549 if (maxlev > 5)
gDx = 0.97*
gXsize/maxlev;
559 gCsize = dxpixels/(10.*dypixels);
567 if (!
fCnames[i]->CompareTo(
"TObject"))
y += ymore;
581 if (nch > 20)
xmax = 0.5;
582 if (nch > 50)
xmax = 0.7;
583 if (nch > 70)
xmax = 0.9;
608 if(ns != 0) u[1] = u[0]+
gDx;
615 if (icobject >= 0 && !derived[icobject]) label->
SetFillColor(30);
630 if (!first) {first=1; yu =
y;}
663 TList *losref =
nullptr;
677 if (ic < 0 || ic == iclass)
continue;
699 if (numb == 1)
continue;
704 if (ic == iclass)
continue;
722 while ((method = (
TMethod*) nextm())) {
725 star = strstr((
char*)
name.Data(),
"*");
727 cref = strstr((
char*)
name.Data(),
"&");
730 if (ic < 0 || ic == iclass)
continue;
740 star = strstr((
char*)
name.Data(),
"*");
742 cref = strstr((
char*)
name.Data(),
"&");
745 if (ic < 0 || ic == iclass)
continue;
763 if (!sourceName)
return;
765 char *cname =
new char[ncn+1];
768 std::ifstream sourceFile;
769 sourceFile.open( sourceName, std::ios::in );
771 if( sourceFile.good() ) {
772 const Int_t kMAXLEN=1500;
774 while( !sourceFile.eof() ) {
775 sourceFile.getline(
line, kMAXLEN-1 );
776 if( sourceFile.eof() )
break;
778 if (!strncmp(&
line[nblank],
"//",2))
continue;
779 char *cc = strstr(
line,
"::");
782 if (!strncmp(&
line[nblank],cname,ncn))
break;
784 if (!strncmp(&
line[nblank],cc+2,nl))
break;
786 nlines++;
if (nlines > 1000)
break;
787 char *inc = strstr(
line,
"#include");
789 char *ch = strstr(
line,
".h");
794 if (!
start)
continue;
798 if (icl < 0 || icl == iclass)
continue;
807 if (ic == icl)
continue;
818 delete [] sourceName;
828 if (!classes)
return;
863 Int_t nch = strlen(classes);
864 char *ptr =
new char[nch+1];
865 strlcpy(ptr,classes,nch+1);
874 }
else if (ptr[nch-1] ==
'*') {
894 Int_t nch = strlen(classes);
895 char *ptr =
new char[nch+1];
896 strlcpy(ptr,classes,nch+1);
905 }
else if (ptr[nch-1] ==
'*') {
931 while((obj=next())) {
935 if (icl < 0)
continue;
944 if (derived[ic])
continue;
946 if (x1 == 0 || y1 == 0)
continue;
969 while((obj=next())) {
973 if (icl < 0)
continue;
976 if (nmembers == 0)
continue;
977 dx = (pave->
GetX2() - pave->
GetX1())/nmembers;
985 if (x1 == 0 || y1 == 0)
continue;
988 line->SetLineStyle(3);
989 line->SetLineColor(6);
1022 TIter next(
gPad->GetListOfPrimitives());
1029 while((obj=next())) {
1033 if (icl < 0)
continue;
1042 if (derived[ic] != 2)
continue;
1044 if (x1 == 0 || y1 == 0)
continue;
1047 line->SetLineStyle(2);
1060 TIter next(
gPad->GetListOfPrimitives());
1068 while((obj=next())) {
1072 if (icl < 0)
continue;
1075 if (nmembers == 0)
continue;
1076 dx = (pave->
GetX2() - pave->
GetX1())/nmembers;
1084 if (ic == icc)
continue;
1086 if (x1 == 0 || y1 == 0)
continue;
1137 fLinks[i]->Streamer(R__b);
1160 fLinks[i]->Streamer(R__b);
int Int_t
Signed integer 4 bytes (int).
short Version_t
Class version identifier (short).
float Float_t
Float 4 bytes (float).
const char Option_t
Option string (const char).
externTClassTable * gClassTable
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
Each class (see TClass) has a linked list of its base class(es).
TClass * GetClassPointer(Bool_t load=kTRUE)
Get pointer to the base class TClass.
virtual void SetToolTipText(const char *text, Long_t delayms=1000)
Set tool tip text associated with this box.
Buffer base class used for serializing objects.
virtual Version_t ReadVersion(UInt_t *start=nullptr, UInt_t *bcnt=nullptr, const TClass *cl=nullptr)=0
virtual void ReadFastArray(Bool_t *b, Int_t n)=0
virtual void WriteFastArray(const Bool_t *b, Long64_t n)=0
virtual UInt_t WriteVersion(const TClass *cl, Bool_t useBcnt=kFALSE)=0
virtual void ShowClassesUsedBy(const char *classes)
mark classes used by the list of classes in classes
virtual void ShowHas()
Draw the "Has a" relationships.
TClass * IsA() const override
virtual void ShowLinks(Option_t *option="HMR")
Set link options in the ClassTree object.
char ** fDerived
![fNclasses] table to indicate if i derives from j
virtual void ScanClasses(Int_t iclass)
Select all classes used by/referenced/referencing the class number iclass and build the list of these...
virtual void SetClasses(const char *classes, Option_t *option="ID")
Set the list of classes for which the hierarchy is to be drawn See Paint for the syntax.
Int_t * fCstatus
[fNclasses] classes status
Int_t fNclasses
current number of classes
virtual void PaintClass(Int_t iclass, Float_t xleft, Float_t y)
Paint one class level.
virtual void FindClassesUsing(Int_t iclass)
Select all classes using/referencing the class number iclass.
Int_t * fParents
[fNclasses] parent number of classes (permanent)
Int_t fShowRef
if 1 show classes relationship other than inheritance
virtual void Init()
Initialize the data structures.
void Paint(Option_t *option="") override
Draw the current class setting in fClasses and fStatus.
void ls(Option_t *option="") const override
list classes names and titles
TString ** fOptions
![fNclasses] List of options per class
std::vector< Int_t > fNtsons
! internal variable, used during painting
Int_t fShowHas
if 1 show "has a" relationship
Int_t fShowCod
if 1 show classes referenced by implementation
void SaveAs(const char *filename="", Option_t *option="") const override
save current configuration in a Root file if filename is blank, the name of the file will be the curr...
Int_t * fCparent
!parent number of classes (temporary)
TString fSourceDir
Concatenated source directories.
virtual Int_t FindClass(const char *classname)
Find class number corresponding to classname in list of local classes.
std::vector< Int_t > fNsons
! internal variable, used during painting
TString ** fCtitles
![fNclasses] class titles
virtual void SetLabelDx(Float_t labeldx=0.15)
Set the size along x of the TPaveLabel showing the class name.
virtual void SetYoffset(Float_t offset=0)
Set the offset at the top of the picture The default offset is computed automatically taking into acc...
void Streamer(TBuffer &) override
Stream an object of class TClassTree.
virtual void SetSourceDir(const char *dir="src")
Float_t fLabelDx
width along x of TPaveLabels in per cent of pad
~TClassTree() override
TClassTree default destructor.
virtual void FindClassPosition(const char *classname, Float_t &x, Float_t &y)
Search the TPaveClass object in the pad with label=classname returns the x and y position of the cent...
virtual void ShowRef()
Draw the References relationships (other than inheritance or composition).
virtual void ShowCod()
Draw the Code References relationships.
TList ** fLinks
![fNclasses] for each class, the list of referenced(ing) classes
virtual void ShowMul()
Draw the Multiple inheritance relationships.
virtual void ShowClassesUsing(const char *classes)
mark classes using any class in the list of classes in classes
TClassTree()
TClassTree default constructor.
Float_t fYoffset
offset at top of picture in per cent of pad
TClass ** fCpointer
![fNclasses] pointers to the TClass objects
void Draw(const char *classes="") override
Draw the inheritance tree and relations for the list of classes see this class header for the syntax ...
virtual void FindClassesUsedBy(Int_t iclass)
Select all classes used/referenced by the class number iclass.
TString fClasses
List of classes to be drawn.
TObjString * Mark(const char *classname, TList *los, Int_t abit)
set bit abit in class classname in list los
Int_t fShowMul
if 1 show multiple inheritance
TString ** fCnames
![fNclasses] class names
const char * GetClasses() const
Int_t * fNdata
[fNclasses] Number of data members per class
TClass instances represent classes, structs and namespaces in the ROOT type system.
TList * GetListOfMethods(Bool_t load=kTRUE)
Return list containing the TMethods of a class.
TList * GetListOfDataMembers(Bool_t load=kTRUE)
Return list containing the TDataMembers of a class.
const char * GetImplFileName() const
static TClass * GetClass(const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE)
Static method returning pointer to TClass of the specified class name.
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
All ROOT classes may have RTTI (run time type identification) support added.
Bool_t IsBasic() const
Return true if data member is a basic type, e.g. char, int, long...
Bool_t IsaPointer() const
Return true if data member is a pointer.
const char * GetTypeName() const
Get the decayed type name of this data member, removing const and volatile qualifiers,...
const char * GetReturnTypeName() const
Get full type description of function return type, e,g.: "class TDirectory*".
Use the TLine constructor to create a simple line.
TObject * FindObject(const char *name) const override
Find an object in this list using its name.
void Add(TObject *obj) override
TObject * First() const override
Return the first object in the list. Returns 0 when list is empty.
Each ROOT method (see TMethod) has a linked list of its arguments.
const char * GetTypeName() const
Get type of method argument, e.g.: "class TDirectory*" -> "TDirectory" Result needs to be used or cop...
Each ROOT class (see TClass) has a linked list of methods.
virtual TList * GetListOfMethodArgs()
Returns methodarg list and additionally updates fDataMember in TMethod by calling FindDataMember();.
const char * GetName() const override
Returns name of object.
void Streamer(TBuffer &) override
Stream an object of class TObject.
const char * GetTitle() const override
Returns title of object.
Collectable string class.
const char * GetName() const override
Returns name of object.
Bool_t TestBit(UInt_t f) const
virtual UInt_t GetUniqueID() const
Return the unique object id.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".
virtual void SetUniqueID(UInt_t uid)
Set the unique object id.
TObject()
TObject constructor.
A TPaveLabel specialized to process classes inside a TClassTree.
const char * GetLabel() const
void Draw(Option_t *option="") override
Draw this pavelabel with its current attributes.
void ToUpper()
Change string to upper case.
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const