TControlBar
class description - source file - inheritance tree
private:
virtual void Create()
void Initialize(Int_t x, Int_t y)
public:
TControlBar(const char* orientation, const char* title)
TControlBar(const char* orientation, const char* title, Int_t x, Int_t y)
TControlBar(const TControlBar&)
TControlBar()
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()
static TClass* Class()
TControlBarImp* GetControlBarImp() const
TList* GetListOfButtons() const
Int_t GetNumberOfColumns() const
Int_t GetNumberOfRows() const
Int_t GetOrientation() const
void Hide()
virtual TClass* IsA() const
void SetFont(const char* fontName)
void SetNumberOfColumns(Int_t n)
void SetNumberOfRows(Int_t n)
void SetOrientation(Int_t o)
void SetOrientation(const char* o)
void SetTextColor(const char* colorName)
void Show()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TControlBarImp* fControlBarImp system specific implementation
Int_t fOrientation orientation
TList* fButtons list of buttons
Int_t fNoroc number of rows or columns
public:
static const enum TControlBar:: kVertical
static const enum TControlBar:: kHorizontal
Last update: Fri May 14 13:32:37 2004
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.