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

touchgfx::AnimatedImage::isRunning() method

@fn bool AnimatedImage::isRunning() Gets the running state of the AnimatedImage. Gets the running state of the AnimatedImage.

Syntax

bool isRunning();

Return value

true if the animation is currently running, false otherwise. @deprecated use isAnimatedImageRunning()

References

LocationText
AnimatedImage.hpp:150
bool isRunning()

Call Tree

Functions called by touchgfx::AnimatedImage::isRunning()
touchgfx::AnimatedImage::isRunning()