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

touchgfx::RadioButton::handleClickEvent() method

@fn virtual void RadioButton::handleClickEvent(const ClickEvent& event); Updates the current state of the radio button. Updates the current state of the radio button - pressed or released, selected or not selected - and invalidates it. If a transition from the not selected to selected was made, the associated action is executed and then the Widget is invalidated. @see Drawable::handleClickEvent()

Syntax

virtual void handleClickEvent(const ClickEvent& event);

Arguments

event

Information about the click.

References

LocationText
RadioButton.hpp:87
virtual void handleClickEvent(const ClickEvent& event);

Override Tree

Methods overriding this one
touchgfx::RadioButton::handleClickEvent()