TButton
class description - source file - inheritance tree
private:
TButton(const TButton& org)
TButton& operator=(const TButton& rhs)
public:
TButton(const char* title, const char* method, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
TButton()
virtual ~TButton()
static 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)
virtual void Draw(Option_t* option)
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
virtual Bool_t GetFraming()
virtual const char* GetMethod() const
virtual TClass* IsA() const
virtual void Paint(Option_t* option)
virtual void PaintModified()
virtual void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void SetBorderMode(Short_t bordermode)
virtual void SetFraming(Bool_t f = 1)
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 SetMethod(const char* method)
virtual void SetName(const char* name)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void x3d(Option_t* option)
private:
Bool_t fFocused If cursor is in...
Bool_t fFraming True if you want a frame to be painted when pressed
protected:
TString fMethod Method to be executed by this button
See also
-
TGroupButton
Last update: Fri May 14 13:32:36 2004
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.