SwipeContainer::setDotIndicatorXYWithCenteredX() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXSwipeContainer::setDotIndicatorXYWithCenteredX()

SwipeContainer::setDotIndicatorXYWithCenteredX() method

@fn void SwipeContainer::setDotIndicatorXYWithCenteredX(uint16_t x, uint16_t y); Sets the x and y position of the dot indicator. The value specified as x will be the center coordinate of the dot indicators. Note that this method should first be used after all screens have been added, the setDotIndicatorBitmaps has been called and the dot indicator therefore has the correct width.

Syntax

void setDotIndicatorXYWithCenteredX(uint16_t x,     uint16_t y);
Implemented in SwipeContainer.cpp:80

Arguments

x

The center x coordinate.

y

The y coordinate.

References

LocationText
SwipeContainer.cpp:80
void SwipeContainer::setDotIndicatorXYWithCenteredX(uint16_t x, uint16_t y)
SwipeContainer.hpp:93
void setDotIndicatorXYWithCenteredX(uint16_t x, uint16_t y);

Call Tree

Functions called by SwipeContainer::setDotIndicatorXYWithCenteredX()
SwipeContainer::setDotIndicatorXYWithCenteredX()
Data read by SwipeContainer::setDotIndicatorXYWithCenteredX()
SwipeContainer::setDotIndicatorXYWithCenteredX()