#include <CEGUIInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| bool | isSelected () |
| return true if the radio button is selected (has the checkmark) | |
| unsigned long | getGroupID () |
| return the groupID assigned to this radio button | |
| DICEGUIRadioButton * | getSelectedButtonInGroup () |
| Return a pointer to the RadioButton object within the same group as this RadioButton, that is currently selected. | |
| void | setSelected (bool select) |
| set whether the radio button is selected or not | |
| void | setGroupID (unsigned long group) |
| set the groupID for this radio button | |
| bool DigitalSpaces::DICEGUIRadioButton::isSelected | ( | ) |
return true if the radio button is selected (has the checkmark)
| unsigned long DigitalSpaces::DICEGUIRadioButton::getGroupID | ( | ) |
return the groupID assigned to this radio button
| DICEGUIRadioButton* DigitalSpaces::DICEGUIRadioButton::getSelectedButtonInGroup | ( | ) |
Return a pointer to the RadioButton object within the same group as this RadioButton, that is currently selected.
| void DigitalSpaces::DICEGUIRadioButton::setSelected | ( | bool | select | ) |
set whether the radio button is selected or not
| select | true to put the radio button in the selected state, false to put the radio button in the deselected state. If changing to the selected state, any previously selected radio button within the same group is automatically deselected. |
| void DigitalSpaces::DICEGUIRadioButton::setGroupID | ( | unsigned long | group | ) |
set the groupID for this radio button
| group | ulong value specifying the radio button group that this widget belongs to. |
1.5.6