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


Public Methods | |
| TWbox () | |
| TWbox (Double_t x1, Double_t y1, Double_t x2,Double_t y2, Color_t color=18, Short_t bordersize=5,Short_t bordermode=1) | |
| TWbox (const TWbox &wbox) | |
| virtual | ~TWbox () |
| void | Copy (TObject &wbox) const |
| virtual void | Draw (Option_t *option="") |
| virtual void | DrawWbox (Double_t x1, Double_t y1, Double_t x2,Double_t y2, Color_t color=33,Short_t bordersize=5,Short_t bordermode=-1) |
| virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| Short_t | GetBorderMode () const |
| Short_t | GetBorderSize () const |
| Int_t | GetDarkColor () const |
| Int_t | GetLightColor () const |
| virtual void | Paint (Option_t *option="") |
| virtual void | PaintFrame (Double_t x1, Double_t y1, Double_t x2,Double_t y2, Color_t color, Short_t bordersize, Short_t bordermode, Bool_t tops) |
| virtual void | PaintWbox (Double_t x1, Double_t y1, Double_t x2,Double_t y2, Color_t color=33, Short_t bordersize=5, Short_t bordermode=-1) |
| virtual void | SavePrimitive (ofstream &out, Option_t *option) |
| virtual void | SetBorderMode (Short_t bordermode) |
| virtual void | SetBorderSize (Short_t bordersize) |
Protected Attributes | |
| Short_t | fBorderSize |
| Short_t | fBorderMode |
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from TBox. Reimplemented in TFrame. |
|
|
Reimplemented from TBox. Reimplemented in TFrame. |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
Reimplemented from TBox. Reimplemented in TFrame, and TSliderBox. |
|
|
Definition at line 47 of file TWbox.h. References fBorderMode. |
|
|
Definition at line 48 of file TWbox.h. References fBorderSize. |
|
|
Definition at line 49 of file TWbox.h. References TAttFill::GetFillColor(). |
|
|
Definition at line 50 of file TWbox.h. References TAttFill::GetFillColor(). |
|
|
Reimplemented from TBox. Reimplemented in TFrame. |
|
||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
Reimplemented from TBox. Reimplemented in TFrame, and TSliderBox. |
|
|
Definition at line 58 of file TWbox.h. References fBorderMode. |
|
|
Definition at line 59 of file TWbox.h. References fBorderSize. |
|
|
Definition at line 33 of file TWbox.h. Referenced by GetBorderSize(), and SetBorderSize(). |
|
|
Definition at line 34 of file TWbox.h. Referenced by GetBorderMode(), and SetBorderMode(). |
1.2.16