#include <TBox.h>
Inheritance diagram for TBox:


Public Methods | |
| TBox () | |
| True if box is being resized. | |
| TBox (Double_t x1, Double_t y1, Double_t x2, Double_t y2) | |
| TBox (const TBox &box) | |
| virtual | ~TBox () |
| 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) |
| Bool_t | IsBeingResized () const |
| Double_t | GetX1 () const |
| Double_t | GetX2 () const |
| Double_t | GetY1 () const |
| Double_t | GetY2 () const |
| virtual void | HideToolTip (Int_t event) |
| 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 | SetX1 (Double_t x1) |
| virtual void | SetX2 (Double_t x2) |
| virtual void | SetY1 (Double_t y1) |
| virtual void | SetY2 (Double_t y2) |
| virtual void | SetToolTipText (const char *text, Long_t delayms=1000) |
Protected Attributes | |
| Double_t | fX1 |
| tool tip associated with box | |
| Double_t | fY1 |
| Double_t | fX2 |
| Double_t | fY2 |
| Bool_t | fResizing |
|
|
True if box is being resized.
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from TObject. Reimplemented in TFrame, TLegend, TPaletteAxis, TPave, TPaveClass, TPaveLabel, and TWbox. |
|
||||||||||||
|
Reimplemented from TObject. Reimplemented in TDiamond, and TPaletteAxis. |
|
|
Reimplemented from TObject. Reimplemented in TDiamond, TFrame, TLegend, TPave, TPaveLabel, TPavesText, TPaveText, and TWbox. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
Reimplemented from TObject. Reimplemented in TDiamond, TFrame, TPaletteAxis, TPave, TSliderBox, and TWbox. |
|
|
Definition at line 56 of file TBox.h. References fResizing. |
|
|
Definition at line 57 of file TBox.h. References fX1. |
|
|
Definition at line 58 of file TBox.h. References fX2. |
|
|
Definition at line 59 of file TBox.h. References fY1. |
|
|
Definition at line 60 of file TBox.h. References fY2. |
|
|
|
|
|
Reimplemented from TObject. Reimplemented in TPave. |
|
|
Reimplemented from TObject. Reimplemented in TDiamond, TFrame, TLegend, TPaletteAxis, TPave, TPaveLabel, TPaveStats, TPavesText, TPaveText, and TWbox. |
|
||||||||||||||||||||||||
|
|
|
|
Reimplemented from TObject. |
|
||||||||||||
|
Reimplemented from TObject. Reimplemented in TDiamond, TFrame, TLegend, TPaletteAxis, TPave, TPaveClass, TPaveLabel, TPaveStats, TPavesText, TPaveText, TSliderBox, and TWbox. |
|
|
Definition at line 67 of file TBox.h. References fX1. |
|
|
Definition at line 68 of file TBox.h. References fX2. |
|
|
Definition at line 69 of file TBox.h. References fY1. |
|
|
Definition at line 70 of file TBox.h. References fY2. |
|
||||||||||||
|
|
|
|
tool tip associated with box
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 44 of file TBox.h. Referenced by IsBeingResized(). |
1.2.16