DotIndicator::setBitmaps() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

DotIndicator::setBitmaps() method

@fn void DotIndicator::setBitmaps(const Bitmap& normalDot, const Bitmap& highlightedDot); Sets the bitmaps to be used for normal and highlighted dots. Note that the bitmaps should include the spacing between the dots and that they must have the same width and height.

Syntax

void setBitmaps(const Bitmap& normalDot,     const Bitmap& highlightedDot);

Arguments

normalDot

The normal dot bitmap.

highlightedDot

The highlighted dot bitmap.

Call Tree

Functions calling DotIndicator::setBitmaps()
Functions called by DotIndicator::setBitmaps()
DotIndicator::setBitmaps()
Data read by DotIndicator::setBitmaps()
Data written by DotIndicator::setBitmaps()
DotIndicator::setBitmaps()
DotIndicator::setBitmaps()::i
all items filtered out