RadioButtonGroup select one of many radio button in a group.
More...
#include <Nux/RadioButtonGroup.h>
Detailed Description
RadioButtonGroup select one of many radio button in a group.
RadioButtonGroup does not hold reference on radio buttons.
Constructor & Destructor Documentation
nux::RadioButtonGroup::RadioButtonGroup |
( |
NUX_FILE_LINE_PROTO |
| ) |
|
nux::RadioButtonGroup::~RadioButtonGroup |
( |
| ) |
|
Member Function Documentation
void nux::RadioButtonGroup::ActivateButton |
( |
RadioButton * |
radio | ) |
|
void nux::RadioButtonGroup::ConnectButton |
( |
RadioButton * |
radio | ) |
|
Add a radio button to the group.
void nux::RadioButtonGroup::DisconnectButton |
( |
RadioButton * |
radio | ) |
|
Remove a radio button from the group.
void nux::RadioButtonGroup::SetActiveButton |
( |
RadioButton * |
radio, |
|
|
bool |
EmitSignal |
|
) |
| |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: