TPaveClass
class description - source file - inheritance tree
public:
TPaveClass TPaveClass(Coord_t x1, Coord_t y1, Coord_t x2, Coord_t y2, const Text_t* label, TClassTree* classtree)
TPaveClass TPaveClass()
TPaveClass TPaveClass(const TPaveClass& PaveVar)
virtual void ~TPaveClass()
TClass* Class()
virtual void Copy(TObject& PaveVar)
virtual void DrawClasses(const char* classes = this)
TClassTree* GetClassTree()
virtual TClass* IsA() const
virtual void SaveAs(const char* filename)
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void SetClasses(const char* classes = this, Option_t* option = ID)
virtual void SetClassTree(TClassTree* classtree)
virtual void ShowClassesUsedBy(const char* classes = this)
virtual void ShowClassesUsing(const char* classes = this)
virtual void ShowLinks(Option_t* option = HMR)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
protected:
TClassTree* fClassTree Pointer to the TClassTree referencing this object
A PaveClass is a TPaveLabel specialized to process classes
inside a TClassTree.
A TPaveClass object is used by the TClassTree to represent a class.
A TPaveClass has the same graphical representation as a TPaveLabel.
Using the context menu on can select additional options in the ClassTree:
- Show classes using this class
- Show all classes used by this class
TPaveClass(): TPaveLabel()
*-*-*-*-*-*-*-*-*-*-*PaveClass default constructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ===========================
TPaveClass(Coord_t x1, Coord_t y1,Coord_t x2, Coord_t y2, const Text_t *label, TClassTree *classtree)
:TPaveLabel(x1,y1,x2,y2,label,"br")
*-*-*-*-*-*-*-*-*-*-*PaveClass normal constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ==========================
~TPaveClass()
*-*-*-*-*-*-*-*-*-*-*PaveClass default destructor*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ============================
TPaveClass(const TPaveClass &PaveClass)
void Copy(TObject &obj)
*-*-*-*-*-*-*-*-*-*-*Copy this PaveClass to PaveClass*-*-*-*-*-*-*-*-*-*-*-*
*-* ================================
void DrawClasses(const char *classes)
void SaveAs(const char *filename)
void SetClasses(const char *classes, Option_t *option)
void ShowLinks(Option_t *option)
Set link options in the ClassTree object
"C" show References from code
"H" show "Has a" relations
"M" show Multiple Inheritance
"R" show References from data members
void ShowClassesUsedBy(const char *classes)
void ShowClassesUsing(const char *classes)
void SavePrimitive(ofstream &out, Option_t *)
Save primitive as a C++ statement(s) on output stream out
Inline Functions
TClassTree* GetClassTree()
void SetClassTree(TClassTree* classtree)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
Author: Rene Brun 06/08/99
Last update: 2.23/01 19/08/99 10.42.50 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.