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


Public Types | |
| enum | { kButton = 1, kDrawnButton, kSeparator } |
Public Methods | |
| TControlBarButton () | |
| TControlBarButton (const char *label, const char *action="", const char *hint="", const char *type="button") | |
| virtual | ~TControlBarButton () |
| virtual void | Create () |
| virtual void | Action () |
| virtual const char * | GetAction () const |
| virtual Int_t | GetType () const |
| virtual void | SetAction (const char *action) |
| virtual void | SetType (const char *type) |
| virtual void | SetType (Int_t type) |
Protected Attributes | |
| Int_t | fType |
| TString | fAction |
|
|
Definition at line 42 of file TControlBarButton.h. |
|
|
|
|
||||||||||||||||||||
|
|
|
|
Definition at line 46 of file TControlBarButton.h. |
|
|
Definition at line 48 of file TControlBarButton.h. |
|
|
|
|
|
Definition at line 50 of file TControlBarButton.h. References TString::Data(). |
|
|
Definition at line 51 of file TControlBarButton.h. References fType. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 38 of file TControlBarButton.h. Referenced by GetType(). |
|
|
Definition at line 39 of file TControlBarButton.h. |
1.2.16