[][src]Module pushrod::widgets::timer_widget

This is a TimerWidget, which times out after a specified duration, triggering a callback after the timeout is exceeded.

Structs

TimerWidget

This is the storage object for the TimerWidget. It stores the config, properties, callback registry, an enabled flag, timeout, a last-time-triggered value, and a timeout callback store.

Type Definitions

TimerCallbackType