TDialogCanvas
class description - source file - inheritance tree
public:
TDialogCanvas TDialogCanvas()
TDialogCanvas TDialogCanvas(Text_t* name, Text_t* title, UInt_t ww, UInt_t wh)
virtual void ~TDialogCanvas()
virtual void Apply(Text_t* action)
virtual void BuildStandardButtons()
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)
TObject* GetRefObject()
TPad* GetRefPad()
virtual TClass* IsA()
virtual void Range(Float_t x1, Float_t y1, Float_t x2, Float_t y2)
virtual void RecursiveRemove(TObject* obj)
virtual void SetBorderMode(Short_t bordermode)
virtual void SetGrid(Int_t valuex = 1, Int_t valuey = 1)
virtual void SetLogx(Int_t value = 1)
virtual void SetLogy(Int_t value = 1)
virtual void SetName(Text_t* name)
virtual void SetObject()
virtual void SetRefObject(TObject* obj)
virtual void SetRefPad(TPad* pad)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
virtual void x3d(Option_t* option)
protected:
TObject* fRefObject Pointer to object to set attributes
TPad* fRefPad Pad containing object
See also
-
TAttFillCanvas, TAttLineCanvas, TAttMarkerCanvas, TAttTextCanvas, TDrawPanelHist, TFitPanel
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*
*-* A DialogCanvas is a canvas specialized to set attributes.
*-* It contains, in general, TGroupButton objects.
*-* When the APPLY button is executed, the actions corresponding
*-* to the active buttons are executed via the Interpreter.
*-*
*-* See examples in TAttLineCanvas, TAttFillCanvas, TAttTextCanvas, TAttMarkerCanvas
TDialogCanvas() : TCanvas()
*-*-*-*-*-*-*-*-*-*-*-*DialogCanvas default constructor*-*-*-*-*-*-*-*-*-*-*
*-* ================================
TDialogCanvas(const Text_t *name, const Text_t *title, UInt_t ww, UInt_t wh)
: TCanvas(name,title,-ww,wh)
*-*-*-*-*-*-*-*-*-*-*-*DialogCanvas constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ========================
~TDialogCanvas()
*-*-*-*-*-*-*-*-*-*-*DialogCanvas default destructor*-*-*-*-*-*-*-*-*-*-*-*
*-* ===============================
void Apply(const Text_t *action)
*-*-*-*-*-*-*-*-*Called when the APPLY button is executed*-*-*-*-*-*-*-*-*-*-*
*-* ========================================
void BuildStandardButtons()
*-*-*-*-*-*-*-*-*Create APPLY, gStyle and CLOSE buttons*-*-*-*-*-*-*-*-*-*-*
*-* ======================================
void Range(Float_t x1, Float_t y1, Float_t x2, Float_t y2)
*-*-*-*-*-*-*-*-*-*-*Set world coordinate system for the pad*-*-*-*-*-*-*
*-* =======================================
void RecursiveRemove(TObject *obj)
*-*-*-*-*-*-*-*Recursively remove object from a pad and its subpads*-*-*-*-*
*-* ====================================================
void SetObject()
*-*-*-*-*-*-*Copy referenced object/pad in gROOT to this dialogcanvas*-*-*-*
*-* ========================================================
Inline Functions
void Divide(Int_t nx = 1, Int_t ny = 1, Float_t xmargin = 0.01, Float_t ymargin = 0.01, Int_t color = 0)
TObject* GetRefObject()
TPad* GetRefPad()
void SetBorderMode(Short_t bordermode)
void SetGrid(Int_t valuex = 1, Int_t valuey = 1)
void SetLogx(Int_t value = 1)
void SetLogy(Int_t value = 1)
void SetName(Text_t* name)
void SetRefObject(TObject* obj)
void SetRefPad(TPad* pad)
void x3d(Option_t* option)
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
Author: Rene Brun 03/07/96
Last update: 2.00/11 08/08/98 22.35.33 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
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.