12#ifndef ROOT_TDialogCanvas
13#define ROOT_TDialogCanvas
34 virtual void Apply(
const char *action=
"");
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
short Short_t
Signed Short integer 2 bytes (short).
double Double_t
Double 8 bytes.
float Float_t
Float 4 bytes (float).
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
TCanvas(const TCanvas &canvas)=delete
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.
Short_t fBorderMode
Bordermode (-1=down, 0 = no border, 1=up).