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

Public Member Functions | |
| TControlBarImp (TControlBar *c, const char *="") | |
| TControlBarImp (TControlBar *c, const char *, Int_t, Int_t) | |
| virtual | ~TControlBarImp () |
| virtual TControlBar * | GetControlBar () |
| virtual TControlBarButton * | GetClicked () |
| virtual void | Create () |
| virtual void | Hide () |
| virtual void | Show () |
| virtual void | SetFont (const char *) |
| virtual void | SetTextColor (const char *) |
| virtual void | SetButtonState (const char *, Int_t) |
| virtual void | SetButtonWidth (UInt_t) |
| TControlBarImp (TControlBar *c, const char *="") | |
| TControlBarImp (TControlBar *c, const char *, Int_t, Int_t) | |
| virtual | ~TControlBarImp () |
| virtual TControlBar * | GetControlBar () |
| virtual TControlBarButton * | GetClicked () |
| virtual void | Create () |
| virtual void | Hide () |
| virtual void | Show () |
| virtual void | SetFont (const char *) |
| virtual void | SetTextColor (const char *) |
| virtual void | SetButtonState (const char *, Int_t) |
| virtual void | SetButtonWidth (UInt_t) |
Protected Attributes | |
| TControlBar * | fControlBar |
| Int_t | fXpos |
| Int_t | fYpos |
| TControlBarButton * | fClicked |
| TControlBar * | fControlBar |
| TControlBarButton * | fClicked |
Definition at line 32 of file TControlBarImp.h.
| TControlBarImp::TControlBarImp | ( | TControlBar * | c, | |
| const char * | = "" | |||
| ) | [inline] |
Definition at line 41 of file TControlBarImp.h.
| TControlBarImp::TControlBarImp | ( | TControlBar * | c, | |
| const char * | , | |||
| Int_t | , | |||
| Int_t | ||||
| ) | [inline] |
Definition at line 42 of file TControlBarImp.h.
| virtual TControlBarImp::~TControlBarImp | ( | ) | [inline, virtual] |
Definition at line 43 of file TControlBarImp.h.
| TControlBarImp::TControlBarImp | ( | TControlBar * | c, | |
| const char * | = "" | |||
| ) | [inline] |
Definition at line 41 of file TControlBarImp.h.
| TControlBarImp::TControlBarImp | ( | TControlBar * | c, | |
| const char * | , | |||
| Int_t | , | |||
| Int_t | ||||
| ) | [inline] |
Definition at line 42 of file TControlBarImp.h.
| virtual TControlBarImp::~TControlBarImp | ( | ) | [inline, virtual] |
Definition at line 43 of file TControlBarImp.h.
| virtual TControlBar* TControlBarImp::GetControlBar | ( | ) | [inline, virtual] |
| virtual TControlBarButton* TControlBarImp::GetClicked | ( | ) | [inline, virtual] |
Definition at line 46 of file TControlBarImp.h.
References fClicked.
Referenced by TControlBar::GetClicked().
| virtual void TControlBarImp::Create | ( | ) | [inline, virtual] |
| virtual void TControlBarImp::Hide | ( | ) | [inline, virtual] |
| virtual void TControlBarImp::Show | ( | ) | [inline, virtual] |
| virtual void TControlBarImp::SetFont | ( | const char * | ) | [inline, virtual] |
| virtual void TControlBarImp::SetTextColor | ( | const char * | ) | [inline, virtual] |
| virtual void TControlBarImp::SetButtonState | ( | const char * | , | |
| Int_t | ||||
| ) | [inline, virtual] |
| virtual void TControlBarImp::SetButtonWidth | ( | UInt_t | ) | [inline, virtual] |
| virtual TControlBar* TControlBarImp::GetControlBar | ( | ) | [inline, virtual] |
| virtual TControlBarButton* TControlBarImp::GetClicked | ( | ) | [inline, virtual] |
| virtual void TControlBarImp::Create | ( | ) | [inline, virtual] |
Definition at line 48 of file TControlBarImp.h.
| virtual void TControlBarImp::Hide | ( | ) | [inline, virtual] |
Definition at line 49 of file TControlBarImp.h.
| virtual void TControlBarImp::Show | ( | ) | [inline, virtual] |
Definition at line 50 of file TControlBarImp.h.
| virtual void TControlBarImp::SetFont | ( | const char * | ) | [inline, virtual] |
Definition at line 51 of file TControlBarImp.h.
| virtual void TControlBarImp::SetTextColor | ( | const char * | ) | [inline, virtual] |
Definition at line 52 of file TControlBarImp.h.
| virtual void TControlBarImp::SetButtonState | ( | const char * | , | |
| Int_t | ||||
| ) | [inline, virtual] |
Definition at line 53 of file TControlBarImp.h.
| virtual void TControlBarImp::SetButtonWidth | ( | UInt_t | ) | [inline, virtual] |
Definition at line 54 of file TControlBarImp.h.
TControlBar* TControlBarImp::fControlBar [protected] |
Definition at line 35 of file TControlBarImp.h.
Referenced by TRootControlBar::Create(), GetControlBar(), and TRootControlBar::ReallyDelete().
Int_t TControlBarImp::fXpos [protected] |
Int_t TControlBarImp::fYpos [protected] |
TControlBarButton* TControlBarImp::fClicked [protected] |
Definition at line 38 of file TControlBarImp.h.
Referenced by GetClicked(), and TRootControlBar::ProcessMessage().
TControlBar* TControlBarImp::fControlBar [protected] |
Definition at line 35 of file TControlBarImp.h.
TControlBarButton* TControlBarImp::fClicked [protected] |
Definition at line 38 of file TControlBarImp.h.
1.5.1