touchgfx::RadioButtonGroup::setRadioButtonSelectedHandler() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::RadioButtonGroup::setRadioButtonSelectedHandler()

touchgfx::RadioButtonGroup::setRadioButtonSelectedHandler() method

@fn void RadioButtonGroup::setRadioButtonSelectedHandler(GenericCallback& callback) Associate an action with a radio button. Associates an action to be performed when a radio button belonging to this group is selected. @see GenericCallback

Syntax

void setRadioButtonSelectedHandler(GenericCallback< const AbstractButton& >& callback);

Arguments

callback

The callback to be executed. The callback will be given a reference to the RadioButton that was selected.

References

LocationText
RadioButtonGroup.hpp:205
void setRadioButtonSelectedHandler(GenericCallback< const AbstractButton& >& callback)