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


Public Types | |
| enum | { kVertical = 1, kHorizontal = 2 } |
Public Methods | |
| TControlBar () | |
| TControlBar (const char *orientation, const char *title="") | |
| TControlBar (const char *orientation, const char *title, Int_t x, Int_t y) | |
| virtual | ~TControlBar () |
| void | AddButton (TControlBarButton *button) |
| void | AddButton (TControlBarButton &button) |
| void | AddButton (const char *label, const char *action, const char *hint="", const char *type="button") |
| void | AddControlBar (TControlBar *controlBar) |
| void | AddControlBar (TControlBar &controlBar) |
| void | AddSeparator () |
| TControlBarImp * | GetControlBarImp () const |
| TList * | GetListOfButtons () const |
| Int_t | GetNumberOfColumns () const |
| Int_t | GetNumberOfRows () const |
| Int_t | GetOrientation () const |
| void | Hide () |
| void | SetNumberOfColumns (Int_t n) |
| void | SetNumberOfRows (Int_t n) |
| void | SetOrientation (const char *o) |
| void | SetOrientation (Int_t o) |
| void | Show () |
Protected Attributes | |
| TControlBarImp * | fControlBarImp |
| Int_t | fOrientation |
| TList * | fButtons |
| Int_t | fNoroc |
Friends | |
| class | TControlBarImp |
|
|
Definition at line 53 of file TControlBar.h. |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 66 of file TControlBar.h. |
|
|
Definition at line 67 of file TControlBar.h. |
|
|
Definition at line 68 of file TControlBar.h. References fNoroc. |
|
|
Definition at line 69 of file TControlBar.h. References fNoroc. |
|
|
Definition at line 70 of file TControlBar.h. References fOrientation. |
|
|
|
|
|
Definition at line 72 of file TControlBar.h. References fNoroc. |
|
|
Definition at line 73 of file TControlBar.h. References fNoroc. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 39 of file TControlBar.h. |
|
|
Definition at line 47 of file TControlBar.h. |
|
|
Definition at line 48 of file TControlBar.h. Referenced by GetOrientation(). |
|
|
Definition at line 49 of file TControlBar.h. |
|
|
Definition at line 50 of file TControlBar.h. Referenced by GetNumberOfColumns(), GetNumberOfRows(), SetNumberOfColumns(), and SetNumberOfRows(). |
1.2.16