Enum TimerMode#
Defined in File slint_generated_public.h
Enum Documentation#
-
enum class slint::TimerMode : uint8_t#
The TimerMode specifies what should happen after the timer fired.
Used by the [
Timer::start()
] function.Values:
-
enumerator SingleShot#
A SingleShot timer is fired only once.
-
enumerator Repeated#
A Repeated timer is fired repeatedly until it is stopped or dropped.
-
enumerator SingleShot#