▲
-
Header: TimerInfo
-
qmake: QT += core
Detailed Description▲
This struct represents information about a timer: timerId, interval, and timerType.
See Also▲
See also registeredTimers()
Member Function Documentation▲
TimerInfo::TimerInfo(int timerId, int interval, Qt::TimerType timerType)▲
Constructs a TimerInfo struct with the given timerId, interval, and timerType.