Carousel::setCarouselAnimationEndedCallback() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXCarousel::setCarouselAnimationEndedCallback()

Carousel::setCarouselAnimationEndedCallback() method

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

Syntax

void setCarouselAnimationEndedCallback(touchgfx::GenericCallback<const Carousel&>& callback);

Arguments

callback

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

References

LocationText
Carousel.hpp:207
void setCarouselAnimationEndedCallback(touchgfx::GenericCallback<const Carousel&>& callback) { carouselAnimationEndedAction = &callback; }