ZoomAnimationBox::setAnimationEndedCallback() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXZoomAnimationBox::setAnimationEndedCallback()

ZoomAnimationBox::setAnimationEndedCallback() method

Associates an action to be performed when the animation ends. @see GenericCallback

Syntax

void setAnimationEndedCallback(touchgfx::GenericCallback<const ZoomAnimationBox&>& callback);

Arguments

callback

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

References

LocationText
ZoomAnimationBox.hpp:44
void setAnimationEndedCallback(touchgfx::GenericCallback<const ZoomAnimationBox&>& callback) { animationEndedAction = &callback; }