SCV
4.2.1
Simple Components for Visual
|
A base class for toggleable widgets. More...
#include <StateButton.h>
Public Member Functions | |
StateButton (bool state) | |
bool | getState (void) const |
void | setState (bool state) |
void | registerButtonGroup (ButtonGroup *buttonGroup) |
Registers the widget in a button group. | |
virtual void | onValueChange (void)=0 |
Callback called when the widget's state changes. | |
Friends | |
class | ButtonGroup |
A base class for toggleable widgets.
scv::StateButton::StateButton | ( | bool | state | ) |
bool scv::StateButton::getState | ( | void | ) | const |
|
pure virtual |
Callback called when the widget's state changes.
Implemented in scv::ToggleButton, scv::CheckBox, and scv::RadioButton.
void scv::StateButton::registerButtonGroup | ( | ButtonGroup * | buttonGroup | ) |
Registers the widget in a button group.
See the ButtonGroup docs for more information.
void scv::StateButton::setState | ( | bool | state | ) |
|
friend |