Carousel::currentNumberOfElements is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXCarousel::currentNumberOfElements

Carousel::currentNumberOfElements field

Syntax

uint8_t currentNumberOfElements;

References

LocationReferrerScopeText
Carousel.hpp:238
uint8_t currentNumberOfElements;
Carousel.cpp:24Carousel::Carousel()Carousel
currentNumberOfElements(0),
Carousel.cpp:86Carousel::addElement()Carousel
elements[currentNumberOfElements].smallBmp = smallBitmap;
Carousel.cpp:87Carousel::addElement()Carousel
elements[currentNumberOfElements].mediumBmp = mediumBitmap;
Carousel.cpp:88Carousel::addElement()Carousel
elements[currentNumberOfElements].largeBmp = largeBitmap;
Carousel.cpp:89Carousel::addElement()Carousel
currentNumberOfElements++;
Carousel.cpp:186Carousel::prevElement()Carousel
return (index == 0) ? currentNumberOfElements - 1 : index - 1;
Carousel.cpp:191Carousel::nextElement()Carousel
return (index == currentNumberOfElements-1) ? 0 : index + 1;

Data Use

Functions writing Carousel::currentNumberOfElements
Functions reading Carousel::currentNumberOfElements
all items filtered out
Carousel::currentNumberOfElements
Type of Carousel::currentNumberOfElements
Carousel::currentNumberOfElements
uint8_t
all items filtered out