gwenhywfar
4.6.0beta
|
#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.
|
inline |
Definition at line 39 of file fox16_gui_dialog_l.hpp.
|
inline |
Definition at line 41 of file fox16_gui_dialog_l.hpp.
References m_buttonList, and NULL.
|
inline |
Definition at line 57 of file fox16_gui_dialog_l.hpp.
References m_buttonList.
Referenced by FOX16_GuiDialog::setupTree().
|
inline |
Definition at line 53 of file fox16_gui_dialog_l.hpp.
References m_buttonList.
Referenced by FOX16_GuiDialog::setupTree().
|
inline |
Definition at line 51 of file fox16_gui_dialog_l.hpp.
References m_radioTarget.
Referenced by FOX16_GuiDialog::setupTree().
|
inline |
Definition at line 49 of file fox16_gui_dialog_l.hpp.
References m_groupId.
Referenced by FOX16_GuiDialog::onSelCommand().
|
inline |
Definition at line 55 of file fox16_gui_dialog_l.hpp.
References m_radioValue.
Referenced by FOX16_GuiDialog::onSelCommand().
|
protected |
Definition at line 35 of file fox16_gui_dialog_l.hpp.
|
protected |
Definition at line 36 of file fox16_gui_dialog_l.hpp.
Referenced by addButton(), getButtonCount(), and ~RadioButtonGroup().
|
protected |
Definition at line 33 of file fox16_gui_dialog_l.hpp.
Referenced by getGroupId().
|
protected |
Definition at line 32 of file fox16_gui_dialog_l.hpp.
Referenced by getDataTarget().
|
protected |
Definition at line 34 of file fox16_gui_dialog_l.hpp.
Referenced by getRadioValue().