SCV  4.2.1
Simple Components for Visual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
scv::StateButton Class Referenceabstract

A base class for toggleable widgets. More...

#include <StateButton.h>

Inheritance diagram for scv::StateButton:
scv::CheckBox scv::RadioButton scv::ToggleButton scv::ColorPicker::EyeDropper

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
 

Detailed Description

A base class for toggleable widgets.

Constructor & Destructor Documentation

scv::StateButton::StateButton ( bool  state)

Member Function Documentation

bool scv::StateButton::getState ( void  ) const
virtual void scv::StateButton::onValueChange ( void  )
pure virtual

Callback called when the widget's state changes.

Note
Called even when setState(bool) sets the state to the same value as before.

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)

Friends And Related Function Documentation

friend class ButtonGroup
friend

The documentation for this class was generated from the following files: