Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

EDButtonFrame Class Reference

#include <EDButtonFrame.h>

Inheritance diagram for EDButtonFrame:

TGCompositeFrame List of all members.

Public Methods

 EDButtonFrame ( TGWindow* main, TGWindow* p, TGPicture* buttonPic, Int_t buttonId, Char_t* Text )
 EDButtonFrame ( TGWindow* main, TGWindow* p, TGPicture* buttonPic, Int_t buttonId, Char_t* Text, TGComboBox* &combo )
 EDButtonFrame ( TGWindow* main, TGWindow* p, TGPicture* buttonPic, Int_t buttonId, Char_t* Text, TGTextEntry* &txtEntry )
void AddFrames ()
void SetText ( Char_t *txt )
 ~EDButtonFrame ()

Private Attributes

TGPictureButton* m_button
TGLabel* m_label
TGWindow* m_main
TGWindow* m_parent
TGPicture* m_buttonPic
Int_t m_buttonId
Char_t m_Text [ 20 ]

Constructor & Destructor Documentation

EDButtonFrame::EDButtonFrame ( TGWindow * main,
TGWindow * p,
TGPicture * buttonPic,
Int_t buttonId,
Char_t * Text )
 

Definition at line 5 of file EDButtonFrame.cxx.

EDButtonFrame::EDButtonFrame ( TGWindow * main,
TGWindow * p,
TGPicture * buttonPic,
Int_t buttonId,
Char_t * Text,
TGComboBox *& combo )
 

Definition at line 21 of file EDButtonFrame.cxx.

EDButtonFrame::EDButtonFrame ( TGWindow * main,
TGWindow * p,
TGPicture * buttonPic,
Int_t buttonId,
Char_t * Text,
TGTextEntry *& txtEntry )
 

Definition at line 39 of file EDButtonFrame.cxx.

EDButtonFrame::~EDButtonFrame ( )
 

Definition at line 57 of file EDButtonFrame.cxx.


Member Function Documentation

void EDButtonFrame::AddFrames ( )
 

Definition at line 64 of file EDButtonFrame.cxx.

Referenced by EDButtonFrame().

void EDButtonFrame::SetText ( Char_t * txt )
 

Definition at line 76 of file EDButtonFrame.cxx.


Member Data Documentation

Char_t EDButtonFrame::m_Text[20] [private]
 

Definition at line 38 of file EDButtonFrame.h.

TGPictureButton * EDButtonFrame::m_button [private]
 

Definition at line 32 of file EDButtonFrame.h.

Int_t EDButtonFrame::m_buttonId [private]
 

Definition at line 37 of file EDButtonFrame.h.

TGPicture * EDButtonFrame::m_buttonPic [private]
 

Definition at line 36 of file EDButtonFrame.h.

TGLabel * EDButtonFrame::m_label [private]
 

Definition at line 33 of file EDButtonFrame.h.

TGWindow * EDButtonFrame::m_main [private]
 

Definition at line 34 of file EDButtonFrame.h.

TGWindow * EDButtonFrame::m_parent [private]
 

Definition at line 35 of file EDButtonFrame.h.


The documentation for this class was generated from the following files:
Generated at Wed Nov 14 20:41:43 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000