12#ifndef ROOT_TDialogCanvas 
   13#define ROOT_TDialogCanvas 
#define ClassDefOverride(name, id)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
Option_t Option_t TPoint TPoint const char x2
 
Option_t Option_t TPoint TPoint const char x1
 
Option_t Option_t TPoint TPoint const char y2
 
Option_t Option_t TPoint TPoint const char y1
 
A canvas specialized to set attributes.
 
void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2) override
Set world coordinate system for the pad.
 
void SetLogx(Int_t value=1) override
 
void SetGrid(Int_t valuex=1, Int_t valuey=1) override
 
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
 
TObject * fRefObject
Pointer to object to set attributes.
 
void RecursiveRemove(TObject *obj) override
Recursively remove object from a pad and its sub-pads.
 
void x3d(Option_t *option="") override
Deprecated: use TPad::GetViewer3D() instead.
 
TDialogCanvas(const TDialogCanvas &)=delete
 
void SetBorderMode(Short_t bordermode) override
 
virtual void SetRefPad(TPad *pad)
 
TPad * fRefPad
Pad containing object.
 
virtual void Apply(const char *action="")
Called when the APPLY button is executed.
 
TDialogCanvas()
DialogCanvas default constructor.
 
virtual void SetRefObject(TObject *obj)
 
TDialogCanvas & operator=(const TDialogCanvas &)=delete
 
TObject * GetRefObject() const
 
virtual void BuildStandardButtons()
Create APPLY, gStyle and CLOSE buttons.
 
~TDialogCanvas() override
DialogCanvas default destructor.
 
void SetLogy(Int_t value=1) override
 
void SetName(const char *name) override
Set canvas name.
 
Mother of all ROOT objects.
 
The most important graphics class in the ROOT system.
 
Short_t fBorderMode
Bordermode (-1=down, 0 = no border, 1=up)