52   h = 
gROOT->GetPluginManager()->FindHandler(
"TVirtualPadEditor",
 
   55      if (
h->LoadPlugin() == -1)
 
 
Option_t Option_t TPoint TPoint angle
 
virtual Int_t GetValue(const char *name, Int_t dflt) const
Returns the integer value for a resource.
 
Abstract base class used by ROOT graphics editor.
 
static void UpdateFillAttributes(Int_t col, Int_t sty)
Update fill attributes via the pad editor.
 
static void HideEditor()
Hide the pad editor. Static method.
 
static void UpdateLineAttributes(Int_t col, Int_t sty, Int_t width)
Update line attributes via the pad editor.
 
static void UpdateMarkerAttributes(Int_t col, Int_t sty, Float_t msiz)
Update marker attributes via the pad editor.
 
static TVirtualPadEditor * LoadEditor()
Static function returning a pointer to a new pad editor.
 
static TVirtualPadEditor * fgPadEditor
 
static void SetPadEditorName(const char *name)
Set type of default pad editor. Static method.
 
static void ShowEditor()
Show the global pad editor. Static method.
 
TVirtualPadEditor()
Virtual editor ctor.
 
static TVirtualPadEditor * GetPadEditor(Bool_t load=kTRUE)
Returns the pad editor dialog. Static method.
 
virtual ~TVirtualPadEditor()
Virtual editor dtor.
 
static void UpdateTextAttributes(Int_t align, Float_t angle, Int_t col, Int_t font, Float_t tsize)
Update text attributes via the pad editor.
 
static TString fgEditorName
 
static const char * GetEditorName()
Returns the type of the default pad editor. Static method.
 
static void Terminate()
Close the global pad editor. Static method.