Inheritance diagram for GroupBox:
Public Member Functions | |
GroupBox (const TGWindow *p, const char *name, const char *title) | |
TGTextEntry * | GetEntry () const |
TGComboBox * | GetCombo () const |
GroupBox (const TGWindow *p, const char *name, const char *title) | |
TGTextEntry * | GetEntry () const |
TGComboBox * | GetCombo () const |
Private Attributes | |
TGComboBox * | fCombo |
TGTextEntry * | fEntry |
TGComboBox * | fCombo |
TGTextEntry * | fEntry |
Definition at line 991 of file stressGUI.cxx.
GroupBox::GroupBox | ( | const TGWindow * | p, | |
const char * | name, | |||
const char * | title | |||
) |
Definition at line 1003 of file stressGUI.cxx.
References TGCompositeFrame::AddFrame(), fCombo, fEntry, kLHintsCenterY, kLHintsExpandX, kLHintsExpandY, kLHintsLeft, kLHintsRight, and TGFrame::Resize().
GroupBox::GroupBox | ( | const TGWindow * | p, | |
const char * | name, | |||
const char * | title | |||
) |
TGTextEntry* GroupBox::GetEntry | ( | ) | const [inline] |
Definition at line 998 of file stressGUI.cxx.
References fEntry.
Referenced by TextEntryWindow::TextEntryWindow().
TGComboBox* GroupBox::GetCombo | ( | ) | const [inline] |
Definition at line 999 of file stressGUI.cxx.
References fCombo.
Referenced by TextEntryWindow::TextEntryWindow().
TGTextEntry* GroupBox::GetEntry | ( | ) | const [inline] |
TGComboBox* GroupBox::GetCombo | ( | ) | const [inline] |
TGComboBox* GroupBox::fCombo [private] |
TGTextEntry* GroupBox::fEntry [private] |
TGComboBox* GroupBox::fCombo [private] |
Definition at line 19 of file textEntries.C.
TGTextEntry* GroupBox::fEntry [private] |
Definition at line 20 of file textEntries.C.