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

touchgfx::AnimatedImage::setDoneAction() method

@fn void AnimatedImage::setDoneAction(GenericCallback& callback) Associates an action to be performed when the animation of the AnimatedImage is done. Associates an action to be performed when the animation of the AnimatedImage is done.

Syntax

void setDoneAction(GenericCallback< const AnimatedImage& >& callback);

Arguments

callback

The callback is executed when done. The callback is given the animated image.

References

LocationText
AnimatedImage.hpp:135
void setDoneAction(GenericCallback< const AnimatedImage& >& callback)