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

Carousel::NUMBER_OF_VISIBLE_ELEMENTS variable

Syntax

static const uint8_t NUMBER_OF_VISIBLE_ELEMENTS = 5 + 2;

References

LocationReferrerScopeText
Carousel.hpp:219
static const uint8_t NUMBER_OF_VISIBLE_ELEMENTS = 5 + 2;
Carousel.cpp:49Carousel::setHighlightedNoAnimation()Carousel
for (int i = 1; i < NUMBER_OF_VISIBLE_ELEMENTS-1; i++)
Carousel.cpp:60Carousel::setPositionOfCarouselElement()Carousel
assert(index < NUMBER_OF_VISIBLE_ELEMENTS && "Illegal index of visible element");
Carousel.cpp:72Carousel::getXPositionOfVisibleElement()Carousel
assert(index < NUMBER_OF_VISIBLE_ELEMENTS && "Illegal index of visible element");
Carousel.cpp:79Carousel::getYPositionOfVisibleElement()Carousel
assert(index < NUMBER_OF_VISIBLE_ELEMENTS && "Illegal index of visible element");
Carousel.cpp:115Carousel::selectedNext()Carousel
for (int i = 1; i < NUMBER_OF_VISIBLE_ELEMENTS; i++)
Carousel.cpp:138Carousel::selectedPrevious()Carousel
for (int i = 0; i < NUMBER_OF_VISIBLE_ELEMENTS-1; i++)
Carousel.cpp:158Carousel::highlightSelectedElement()Carousel
for (int i = 1; i < NUMBER_OF_VISIBLE_ELEMENTS-1; i++)
Carousel.cpp:175Carousel::cancelHighlightOfSelectedElement()Carousel
for (int i = 1; i < NUMBER_OF_VISIBLE_ELEMENTS-1; i++)
Carousel.cpp:229Carousel::updateVisibleElements()Carousel
for (uint8_t i = 0; i < NUMBER_OF_VISIBLE_ELEMENTS; i++)
Carousel.hpp:233
Carousel.hpp:234
Rect visibleElementPositions[NUMBER_OF_VISIBLE_ELEMENTS];

Data Use

Type of Carousel::NUMBER_OF_VISIBLE_ELEMENTS
Carousel::NUMBER_OF_VISIBLE_ELEMENTS
uint8_t
all items filtered out