gwenhywfar
4.3.1
|
#include <fox16_gui_dialog_l.hpp>
Public Member Functions | |
void | addButton (FXRadioButton *rb) |
int | getButtonCount () |
FXDataTarget * | getDataTarget () |
int | getGroupId () |
FXint | getRadioValue () const |
RadioButtonGroup (int groupId, FXObject *tgt=NULL, FXSelector sel=0) | |
~RadioButtonGroup () | |
Protected Attributes | |
int | m_buttonCount |
std::list< FXRadioButton * > | m_buttonList |
int | m_groupId |
FXDataTarget | m_radioTarget |
FXint | m_radioValue |
Definition at line 30 of file fox16_gui_dialog_l.hpp.
RadioButtonGroup | ( | int | groupId, |
FXObject * | tgt = NULL , |
||
FXSelector | sel = 0 |
||
) | [inline] |
Definition at line 39 of file fox16_gui_dialog_l.hpp.
~RadioButtonGroup | ( | ) | [inline] |
Definition at line 41 of file fox16_gui_dialog_l.hpp.
References m_buttonList, and NULL.
void addButton | ( | FXRadioButton * | rb | ) | [inline] |
Definition at line 57 of file fox16_gui_dialog_l.hpp.
References m_buttonList.
Referenced by FOX16_GuiDialog::setupTree().
int getButtonCount | ( | ) | [inline] |
Definition at line 53 of file fox16_gui_dialog_l.hpp.
References m_buttonList.
Referenced by FOX16_GuiDialog::setupTree().
FXDataTarget* getDataTarget | ( | ) | [inline] |
Definition at line 51 of file fox16_gui_dialog_l.hpp.
References m_radioTarget.
Referenced by FOX16_GuiDialog::setupTree().
int getGroupId | ( | ) | [inline] |
Definition at line 49 of file fox16_gui_dialog_l.hpp.
References m_groupId.
Referenced by FOX16_GuiDialog::onSelCommand().
FXint getRadioValue | ( | ) | const [inline] |
Definition at line 55 of file fox16_gui_dialog_l.hpp.
References m_radioValue.
Referenced by FOX16_GuiDialog::onSelCommand().
int m_buttonCount [protected] |
Definition at line 35 of file fox16_gui_dialog_l.hpp.
std::list<FXRadioButton*> m_buttonList [protected] |
Definition at line 36 of file fox16_gui_dialog_l.hpp.
Referenced by addButton(), getButtonCount(), and ~RadioButtonGroup().
int m_groupId [protected] |
Definition at line 33 of file fox16_gui_dialog_l.hpp.
Referenced by getGroupId().
FXDataTarget m_radioTarget [protected] |
Definition at line 32 of file fox16_gui_dialog_l.hpp.
Referenced by getDataTarget().
FXint m_radioValue [protected] |
Definition at line 34 of file fox16_gui_dialog_l.hpp.
Referenced by getRadioValue().