#ifndef ROOT_TPaveClass
#define ROOT_TPaveClass
#ifndef ROOT_TPaveLabel
#include "TPaveLabel.h"
#endif
#ifndef ROOT_TTreeViewer
#include "TClassTree.h"
#endif
class TPaveClass : public TPaveLabel{
protected:
   TClassTree   *fClassTree;       
public:
   TPaveClass();
   TPaveClass(Double_t x1, Double_t y1,Double_t x2 ,Double_t y2, const char *label, TClassTree *classtree);
   TPaveClass(const TPaveClass &PaveVar);
   virtual      ~TPaveClass();
   void          Copy(TObject &PaveVar) const;
   virtual void  DrawClasses(const char *classes="this");   
   TClassTree   *GetClassTree() const {return fClassTree;}
   virtual void  SaveAs(const char *filename="",Option_t *option="") const; 
   virtual void  SavePrimitive(ostream &out, Option_t *option = "");
   virtual void  SetClasses(const char *classes="this", Option_t *option="ID");   
   virtual void  ShowClassesUsedBy(const char *classes="this");  
   virtual void  ShowClassesUsing(const char *classes="this");   
   virtual void  SetClassTree(TClassTree *classtree) {fClassTree = classtree;}
   virtual void  ShowLinks(Option_t *option="HMR"); 
   ClassDef(TPaveClass,1)  
};
#endif
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.