Carousel::nextElement() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

Carousel::nextElement() method

@fn virtual uint8_t Carousel::nextElement(uint8_t index); Gets the next element index.

Syntax

virtual uint8_t nextElement(uint8_t index);
Implemented in Carousel.cpp:189

Arguments

index

index of the element that you want the next element for.

Return value

index of the next element

References

LocationReferrerScopeText
Carousel.cpp:189
uint8_t Carousel::nextElement(uint8_t index)
Carousel.hpp:261
virtual uint8_t nextElement(uint8_t index);
Carousel.cpp:202Carousel::handleZoomAnimationEvent()Carousel
Carousel.cpp:235Carousel::updateVisibleElements()Carousel
currentElement = nextElement(currentElement);

Call Tree

Functions calling Carousel::nextElement()
Carousel::nextElement()
Data read by Carousel::nextElement()
Carousel::nextElement()
Type of Carousel::nextElement()
Carousel::nextElement()
uint8_t
all items filtered out