TInspectCanvas


class description - source file - inheritance tree

class TInspectCanvas : public TCanvas, public TAttText


    public:
TInspectCanvas(UInt_t ww, UInt_t wh) TInspectCanvas() virtual ~TInspectCanvas() static TClass* Class() virtual void Divide(Int_t nx = 1, Int_t ny = 1, Float_t xmargin = 0.01, Float_t ymargin = 0.01, Int_t color = 0) TButton* GetBackward() const TObject* GetCurObject() const TButton* GetForward() const TList* GetObjects() const static void GoBackward() static void GoForward() virtual void InspectObject(TObject* obj) static void Inspector(TObject* obj) virtual TClass* IsA() const virtual void RecursiveRemove(TObject* obj) virtual void SetGrid(Int_t valuex = 1, Int_t valuey = 1) virtual void SetGridx(Int_t value = 1) virtual void SetGridy(Int_t value = 1) virtual void SetLogx(Int_t value = 1) virtual void SetLogy(Int_t value = 1) virtual void SetLogz(Int_t value = 1) virtual void SetTickx(Int_t value = 1) virtual void SetTicky(Int_t value = 1) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void x3d(Option_t* option)

Data Members


    protected:
TButton* fBackward Pointer to the Backward button TButton* fForward Pointer to the Forward button TList* fObjects List of objects inspected TObject* fCurObject Pointer to object being inspected

Class Description



Last update: Fri May 14 13:32:39 2004


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.