147 out<<
" TPaveClass *";
149 out<<
"pclass = new TPaveClass("<<
fX1<<
","<<
fY1<<
","<<
fX2<<
","<<
fY2
150 <<
","<<quote<<
fLabel<<quote<<
","<<quote<<
fOption<<quote<<
");"<<std::endl;
156 out<<
" pclass->Draw();"<<std::endl;
A TPaveLabel specialized to process classes inside a TClassTree.
virtual void SetName(const char *name="")
virtual ~TPaveClass()
PaveClass default destructor.
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.
static const char * filename()
virtual void ShowClassesUsing(const char *classes)
mark classes using any class in the list of classes in classes
virtual void ShowClassesUsedBy(const char *classes)
mark classes used by the list of classes in classes
virtual void ShowLinks(Option_t *option="HMR")
Set link options in the ClassTree object.
virtual void SetTextFont(Font_t tfont=62)
static const double x2[5]
virtual void SaveLineAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1)
Save line attributes as C++ statement(s) on output stream out.
virtual void ShowClassesUsing(const char *classes="this")
Show classes using.
A Pave (see TPave) with a text centered in the Pave.
virtual void SaveTextAttributes(std::ostream &out, const char *name, Int_t alidef=12, Float_t angdef=0, Int_t coldef=1, Int_t fondef=61, Float_t sizdef=1)
Save text attributes as C++ statement(s) on output stream out.
virtual void SaveAs(const char *filename="", Option_t *option="") const
Save as.
virtual void SetClasses(const char *classes="this", Option_t *option="ID")
Set classes.
virtual void SaveFillAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001)
Save fill attributes as C++ statement(s) on output stream out.
void Copy(TObject &PaveVar) const
Copy this PaveClass to PaveClass.
virtual void SaveAs(const char *filename="", Option_t *option="") const
save current configuration in a Root file if filename is blank, the name of the file will be the curr...
Double_t fX1
tool tip associated with box
Option_t * GetName() const
Returns name of object.
static const double x1[5]
virtual void DrawClasses(const char *classes="this")
Draw classes.
virtual void Draw(const char *classes="")
Draw the inheritance tree and relations for the list of classes see this class header for the syntax ...
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.
void Copy(TObject &pavelabel) const
Copy this pavelabel to pavelabel.
Draw inheritance tree and their relations for a list of classes.