SCV
4.2.1
Simple Components for Visual
|
A group of mutually exclusive StateButtons. More...
#include <ButtonGroup.h>
Public Member Functions | |
int | getActive (void) |
Returns the index of the currently active widget in the group. | |
Friends | |
class | StateButton |
A group of mutually exclusive StateButtons.
If several StateButtons are added to the same ButtonGroup, it will ensure that only one of those can be active at any given time. (Commonly used with RadioButtons.)
int scv::ButtonGroup::getActive | ( | void | ) |
Returns the index of the currently active widget in the group.
Widgets are numbered from 0 in the order they have been added to the button group. A value of -1 indicates that no widget is currently selected.
|
friend |