TimerInfo Struct
Struct TimerInfo is declared in class QAbstractEventDispatcher.Public Variables
Detailed Description
This struct represents information about a timer: timerId, interval, and timerType.
See also registeredTimers().
Member Variable Documentation
int TimerInfo::interval
The timer's interval.
int TimerInfo::timerId
The timer's unique id.
Qt::TimerType TimerInfo::timerType
The timer's type
See also Qt::TimerType.