11 #ifndef ROOT_TPaveClass    12 #define ROOT_TPaveClass    31    virtual void  DrawClasses(
const char *classes=
"this");   
    33    virtual void  SaveAs(
const char *filename=
"",
Option_t *option=
"") 
const; 
 A TPaveLabel specialized to process classes inside a TClassTree. 
 
TPaveClass()
PaveClass default constructor. 
 
TClassTree * fClassTree
Pointer to the TClassTree referencing this object. 
 
virtual ~TPaveClass()
PaveClass default destructor. 
 
static const double x2[5]
 
#define ClassDef(name, id)
 
virtual void ShowClassesUsing(const char *classes="this")
Show classes using. 
 
A Pave (see TPave) with a text centered in the Pave. 
 
virtual void SetClasses(const char *classes="this", Option_t *option="ID")
Set classes. 
 
static const double x1[5]
 
virtual void DrawClasses(const char *classes="this")
Draw classes. 
 
void Copy(TObject &PaveVar) const
Copy this PaveClass to PaveClass. 
 
virtual void SaveAs(const char *filename="", Option_t *option="") const
Save as. 
 
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out. 
 
Mother of all ROOT objects. 
 
virtual void ShowLinks(Option_t *option="HMR")
Set link options in the ClassTree object. 
 
virtual void ShowClassesUsedBy(const char *classes="this")
Show classes used by. 
 
TClassTree * GetClassTree() const
 
virtual void SetClassTree(TClassTree *classtree)
 
Draw inheritance tree and their relations for a list of classes.