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

touchgfx::FadeAnimator::setFadeAnimationEndedAction() method

@fn void FadeAnimator::setFadeAnimationEndedAction(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 setFadeAnimationEndedAction(GenericCallback<const FadeAnimator<T>& >& callback);

Arguments

callback

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

References

LocationText
FadeAnimator.hpp:84
void setFadeAnimationEndedAction(GenericCallback<const FadeAnimator<T>& >& callback)