12#ifndef ROOT_TInspectCanvas 
   13#define ROOT_TInspectCanvas 
#define ClassDefOverride(name, id)
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
A TInspectCanvas is a canvas specialized to inspect Root objects.
 
TButton * fBackward
Pointer to the Backward button.
 
~TInspectCanvas() override
InspectCanvas default destructor.
 
TInspectCanvas()
InspectCanvas default constructor.
 
static void Inspector(TObject *obj)
static function , interface to InspectObject.
 
void SetGridx(Int_t value=1) override
 
TList * fObjects
List of objects inspected.
 
void SetTickx(Int_t value=1) override
 
TObject * fCurObject
Pointer to object being inspected.
 
void SetLogz(Int_t value=1) override
 
TButton * GetBackward() const
 
void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0) override
 
TList * GetObjects() const
 
void SetLogy(Int_t value=1) override
 
void RecursiveRemove(TObject *obj) override
Recursively remove object from the list of objects.
 
TObject * GetCurObject() const
 
void x3d(Option_t *option="") override
Deprecated: use TPad::GetViewer3D() instead.
 
TButton * GetForward() const
 
static void GoBackward()
static function , inspect previous object
 
TButton * fForward
Pointer to the Forward button.
 
void SetGridy(Int_t value=1) override
 
void SetTicky(Int_t value=1) override
 
static void GoForward()
static function , inspect next object
 
virtual void InspectObject(TObject *obj)
Dump contents of obj in a graphics canvas.
 
void SetLogx(Int_t value=1) override
 
void SetGrid(Int_t valuex=1, Int_t valuey=1) override
 
Mother of all ROOT objects.