library: libCore
#include "TControlBarImp.h"

TControlBarImp


class description - header file - source file
viewCVS header - viewCVS source

class TControlBarImp

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TControlBarImp(const TControlBarImp&)
TControlBarImp(TControlBar* c, const char* = "")
TControlBarImp(TControlBar* c, const char*, Int_t, Int_t)
virtual~TControlBarImp()
static TClass*Class()
virtual voidCreate()
virtual TControlBarButton*GetClicked()
virtual TControlBar*GetControlBar()
virtual voidHide()
virtual TClass*IsA() const
TControlBarImp&operator=(const TControlBarImp&)
virtual voidSetButtonState(const char*, Int_t)
virtual voidSetFont(const char*)
virtual voidSetTextColor(const char*)
virtual voidShow()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
TControlBar*fControlBarTControlBar associated with this implementation
Int_tfXposInitial x position
Int_tfYposInitial y position
TControlBarButton*fClickedLast clicked button

Class Description

                                                                     
 TControlBarImp                                                      
                                                                     
 ABC describing GUI independent control bar                          
                                                                     

TControlBarImp(TControlBar *c, const char * = "")
{ }
TControlBarImp(TControlBar *c, const char *, Int_t, Int_t)
{ }
virtual ~TControlBarImp()
{ }
TControlBar * GetControlBar()
{ return fControlBar; }
TControlBarButton * GetClicked()
{ return fClicked; }
void Create()
{ }
void Hide()
{ }
void Show()
{ }
void SetFont(const char * /*fontName*/)
{ }
void SetTextColor(const char * /*colorName*/)
{ }
void SetButtonState(const char * /*label*/, Int_t /*state*/)
{ }

Author: Nenad Buncic 20/02/96
Last update: root/base:$Name: $:$Id: TControlBarImp.cxx,v 1.1.1.1 2000/05/16 17:00:38 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.