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

touchgfx::RadioButtonGroup::setSelected() method

@fn virtual void RadioButtonGroup::setSelected(RadioButton& radioButton) Sets the specified RadioButton to be selected. Sets the specified RadioButton to be selected and deselects all other. Do not call before all RadioButtons have been added to the RadioButtonGroup. Will call the radioButtonSelected callback.

Syntax

virtual void setSelected(RadioButton& radioButton);

Arguments

radioButton

References

LocationText
RadioButtonGroup.hpp:153
virtual void setSelected(RadioButton& radioButton)