library: libCore #include "TVirtualPadEditor.h" |
TVirtualPadEditor
class description - header file - source file - inheritance tree (.pdf)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
public:
virtual ~TVirtualPadEditor()
virtual void Build()
static TClass* Class()
virtual void DeleteEditors()
virtual void DrawLine(Double_t, Double_t, Double_t, Double_t)
virtual void DrawLineNDC(Double_t, Double_t, Double_t, Double_t)
virtual void DrawText(Double_t, Double_t, const char*)
virtual void DrawTextNDC(Double_t, Double_t, const char*)
virtual void FillAttributes(Int_t, Int_t)
static const char* GetEditorName()
static TVirtualPadEditor* GetPadEditor(Bool_t load = kTRUE)
virtual void Hide()
static void HideEditor()
virtual TClass* IsA() const
virtual Bool_t IsGlobal() const
virtual void LineAttributes(Int_t, Int_t, Int_t)
static TVirtualPadEditor* LoadEditor()
virtual void MarkerAttributes(Int_t, Int_t, Float_t)
TVirtualPadEditor& operator=(const TVirtualPadEditor&)
virtual void SetGlobal(Bool_t)
static void SetPadEditorName(const char* name)
virtual void Show()
static void ShowEditor()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
static void Terminate()
virtual void TextAttributes(Int_t, Float_t, Int_t, Int_t, Float_t)
static void UpdateFillAttributes(Int_t col, Int_t sty)
static void UpdateLineAttributes(Int_t col, Int_t sty, Int_t width)
static void UpdateMarkerAttributes(Int_t col, Int_t sty, Float_t msiz)
static void UpdateTextAttributes(Int_t align, Float_t angle, Int_t col, Int_t font, Float_t tsize)
protected:
static TVirtualPadEditor* fgPadEditor singleton editor dialog
static TString fgEditorName name of the default pad editor "Ged"
______________________________________________________________________________
const char * GetEditorName()
Returns the type of the default pad editor. Static method.
void SetPadEditorName(const char *name)
Set type of default pad editor. Static method.
void Terminate()
Close the global pad editor. Static method.
Author: Ilka Antcheva 25/11/03
Last update: root/base:$Name: $:$Id: TVirtualPadEditor.cxx,v 1.0 2003/11/25
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - 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.