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

touchgfx::RadioButton::setDeselectedAction() method

@fn void RadioButton::setDeselectedAction(GenericCallback& callback) Associates an action to be performed when the AbstractButton is deselected. Associates an action to be performed when the AbstractButton is deselected. @see GenericCallback

Syntax

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

Arguments

callback

The callback to be executed. The callback will be given a reference to the AbstractButton.

References

LocationText
RadioButton.hpp:116
void setDeselectedAction(GenericCallback< const AbstractButton& >& callback)