TBox
class description - source file - inheritance tree
public:
TBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
TBox(const TBox& box)
TBox()
virtual ~TBox()
static TClass* Class()
virtual void Copy(TObject& box) const
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
virtual void Draw(Option_t* option)
virtual void DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Double_t GetX1() const
Double_t GetX2() const
Double_t GetY1() const
Double_t GetY2() const
virtual void HideToolTip(Int_t event)
virtual TClass* IsA() const
Bool_t IsBeingResized() const
virtual void ls(Option_t* option) const
virtual void Paint(Option_t* option)
virtual void PaintBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t* option)
virtual void Print(Option_t* option) const
virtual void SavePrimitive(ofstream& out, Option_t* option)
virtual void SetToolTipText(const char* text, Long_t delayms = 1000)
virtual void SetX1(Double_t x1)
virtual void SetX2(Double_t x2)
virtual void SetY1(Double_t y1)
virtual void SetY2(Double_t y2)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TObject* fTip !tool tip associated with box
protected:
Double_t fX1 X of 1st point
Double_t fY1 Y of 1st point
Double_t fX2 X of 2nd point
Double_t fY2 Y of 2nd point
Bool_t fResizing !True if box is being resized
public:
static const enum TBox:: kCannotMove
See also
-
TPave, TWbox
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.