RadioButtons
Only one RadioButton per group may be active.
Public Member Functions | |
| void | add (RadioButton *) |
| adds a button to this group | |
| void | clear () |
| removes all buttons from this group | |
| RadioButton * | getActiveButton () const |
| RadioButtonGroup () | |
| void | remove (RadioButton *) |
| removes the given button from this group | |
| void | setActiveButton (RadioButton *) |
| selects this group's active button | |
|
|
|
|
|
adds a button to this group This function deactivates the given button |
|
|
removes all buttons from this group
|
|
|
|
|
|
removes the given button from this group
|
|
|
selects this group's active button The previously active button is deactivated. Note that this function does not activate the given button. |
1.4.3