WheelSelector::setSelectedIndex() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXWheelSelector::setSelectedIndex()

WheelSelector::setSelectedIndex() method

@fn void WheelSelector::setSelectedIndex(int index, int duration, EasingEquation equation = EasingEquations::backEaseInOut); Sets selected index. Sets selected index by moving the wheel selector using the given easing equation.

Syntax

void setSelectedIndex(int index,     int duration,     EasingEquation equation = EasingEquations::backEaseInOut);

Arguments

index

Zero-based index of the.

duration

The duration.

equation

The equation.

References

Call Tree

Functions called by WheelSelector::setSelectedIndex()
WheelSelector::setSelectedIndex()
Data read by WheelSelector::setSelectedIndex()
Data written by WheelSelector::setSelectedIndex()
WheelSelector::setSelectedIndex()