12#ifndef ROOT_TInspectCanvas
13#define ROOT_TInspectCanvas
#define ClassDef(name, id)
A TInspectCanvas is a canvas specialized to inspect Root objects.
TButton * fBackward
Pointer to the Backward button.
virtual void SetGridx(Int_t value=1)
TInspectCanvas()
InspectCanvas default constructor.
static void Inspector(TObject *obj)
static function , interface to InspectObject.
TList * fObjects
List of objects inspected.
TObject * fCurObject
Pointer to object being inspected.
TButton * GetBackward() const
virtual void x3d(Option_t *option="")
Deprecated: use TPad::GetViewer3D() instead.
TList * GetObjects() const
virtual void SetGrid(Int_t valuex=1, Int_t valuey=1)
TObject * GetCurObject() const
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)
virtual void SetLogy(Int_t value=1)
TButton * GetForward() const
static void GoBackward()
static function , inspect previous object
TButton * fForward
Pointer to the Forward button.
virtual void SetLogz(Int_t value=1)
virtual void SetLogx(Int_t value=1)
virtual void SetGridy(Int_t value=1)
static void GoForward()
static function , inspect next object
virtual void InspectObject(TObject *obj)
Dump contents of obj in a graphics canvas.
virtual void RecursiveRemove(TObject *obj)
Recursively remove object from the list of objects.
virtual void SetTicky(Int_t value=1)
virtual void SetTickx(Int_t value=1)
virtual ~TInspectCanvas()
InspectCanvas default destructor.
Mother of all ROOT objects.