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