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

touchgfx::ZoomAnimationImage::setAnimationEndedCallback() method

@fn void ZoomAnimationImage::setAnimationEndedCallback(touchgfx::GenericCallback& callback) Associates an action to be performed when the animation ends. Associates an action to be performed when the animation ends. @see GenericCallback

Syntax

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

Arguments

callback

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

References

LocationText
ZoomAnimationImage.hpp:347
void setAnimationEndedCallback(touchgfx::GenericCallback< const ZoomAnimationImage& >& callback)