library: libCore
#include "TControlBarImp.h"

TControlBarImp


class description - header file - source file - inheritance tree (.pdf)

class TControlBarImp

Inheritance Chart:
TControlBarImp
<-
TRootControlBar

    public:
TControlBarImp(TControlBar* c, const char* = "") TControlBarImp(TControlBar* c, const char*, Int_t, Int_t) TControlBarImp(const TControlBarImp&) virtual ~TControlBarImp() static TClass* Class() virtual void Create() virtual TControlBarButton* GetClicked() virtual TControlBar* GetControlBar() virtual void Hide() virtual TClass* IsA() const TControlBarImp& operator=(const TControlBarImp&) virtual void SetFont(const char*) virtual void SetTextColor(const char*) virtual void Show() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TControlBar* fControlBar TControlBar associated with this implementation Int_t fXpos Initial x position Int_t fYpos Initial y position TControlBarButton* fClicked Last 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()
void Create()
void Hide()
void Show()

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.