gwenhywfar 5.14.1
FOX16_GuiDialog::RadioButtonGroup Class Reference

#include <fox16_gui_dialog_l.hpp>

Collaboration diagram for FOX16_GuiDialog::RadioButtonGroup:

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

Detailed Description

Definition at line 30 of file fox16_gui_dialog_l.hpp.

Constructor & Destructor Documentation

◆ RadioButtonGroup()

RadioButtonGroup ( int groupId,
FXObject * tgt = NULL,
FXSelector sel = 0 )
inline

Definition at line 39 of file fox16_gui_dialog_l.hpp.

References m_buttonCount, m_groupId, m_radioTarget, m_radioValue, and NULL.

◆ ~RadioButtonGroup()

~RadioButtonGroup ( )
inline

Definition at line 41 of file fox16_gui_dialog_l.hpp.

References m_buttonList, and NULL.

Member Function Documentation

◆ addButton()

void addButton ( FXRadioButton * rb)
inline

Definition at line 57 of file fox16_gui_dialog_l.hpp.

References m_buttonList.

Referenced by FOX16_GuiDialog::setupTree().

Here is the caller graph for this function:

◆ getButtonCount()

int getButtonCount ( )
inline

Definition at line 53 of file fox16_gui_dialog_l.hpp.

References m_buttonList.

Referenced by FOX16_GuiDialog::setupTree().

Here is the caller graph for this function:

◆ getDataTarget()

FXDataTarget * getDataTarget ( )
inline

Definition at line 51 of file fox16_gui_dialog_l.hpp.

References m_radioTarget.

Referenced by FOX16_GuiDialog::setupTree().

Here is the caller graph for this function:

◆ getGroupId()

int getGroupId ( )
inline

Definition at line 49 of file fox16_gui_dialog_l.hpp.

References m_groupId.

Referenced by FOX16_GuiDialog::onSelCommand().

Here is the caller graph for this function:

◆ getRadioValue()

FXint getRadioValue ( ) const
inline

Definition at line 55 of file fox16_gui_dialog_l.hpp.

References m_radioValue.

Referenced by FOX16_GuiDialog::onSelCommand().

Here is the caller graph for this function:

Field Documentation

◆ m_buttonCount

int m_buttonCount
protected

Definition at line 35 of file fox16_gui_dialog_l.hpp.

Referenced by RadioButtonGroup().

◆ m_buttonList

std::list<FXRadioButton*> m_buttonList
protected

Definition at line 36 of file fox16_gui_dialog_l.hpp.

Referenced by addButton(), getButtonCount(), and ~RadioButtonGroup().

◆ m_groupId

int m_groupId
protected

Definition at line 33 of file fox16_gui_dialog_l.hpp.

Referenced by getGroupId(), and RadioButtonGroup().

◆ m_radioTarget

FXDataTarget m_radioTarget
protected

Definition at line 32 of file fox16_gui_dialog_l.hpp.

Referenced by getDataTarget(), and RadioButtonGroup().

◆ m_radioValue

FXint m_radioValue
protected

Definition at line 34 of file fox16_gui_dialog_l.hpp.

Referenced by getRadioValue(), and RadioButtonGroup().


The documentation for this class was generated from the following file: