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

touchgfx::MoveAnimator::setMoveAnimationEndedAction() method

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

Arguments

callback

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

References

LocationText
MoveAnimator.hpp:83
void setMoveAnimationEndedAction(GenericCallback<const MoveAnimator<T>& >& callback)