Inheritance diagram for MyButtonTest:
Public Member Functions | |
MyButtonTest (const TGWindow *p, UInt_t w, UInt_t h) | |
virtual | ~MyButtonTest () |
void | DoExit (void) |
void | SetGroupEnabled (Bool_t) |
Private Attributes | |
TGTextButton * | fExit |
TGVButtonGroup * | fButtonGroup |
TGCheckButton * | fCheckb [4] |
TGRadioButton * | fRadiob [2] |
IDList | IDs |
Definition at line 27 of file buttongroupState.C.
Definition at line 46 of file buttongroupState.C.
References TGCompositeFrame::AddFrame(), TQObject::Connect(), TGMainFrame::DontCallClose(), fButtonGroup, fCheckb, fExit, fRadiob, TGCompositeFrame::GetDefaultSize(), IDList::GetUnID(), IDs, kDeepCleanup, kFixedWidth, kLHintsCenterX, kLHintsCenterY, kLHintsExpandX, kTRUE, TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Resize(), TGCompositeFrame::SetCleanup(), TGButton::SetOn(), TGButtonGroup::SetRadioButtonExclusive(), TGButtonGroup::SetState(), TGButton::SetToolTipText(), TGMainFrame::SetWindowName(), and TGButtonGroup::Show().
MyButtonTest::~MyButtonTest | ( | ) | [virtual] |
void MyButtonTest::DoExit | ( | void | ) |
Definition at line 105 of file buttongroupState.C.
References gApplication, and TApplication::Terminate().
void MyButtonTest::SetGroupEnabled | ( | Bool_t | ) |
Definition at line 116 of file buttongroupState.C.
References fButtonGroup, and TGButtonGroup::SetState().
TGTextButton* MyButtonTest::fExit [private] |
TGVButtonGroup* MyButtonTest::fButtonGroup [private] |
Definition at line 31 of file buttongroupState.C.
Referenced by MyButtonTest(), and SetGroupEnabled().
TGCheckButton* MyButtonTest::fCheckb[4] [private] |
TGRadioButton* MyButtonTest::fRadiob[2] [private] |
IDList MyButtonTest::IDs [private] |