TimerInfo Class
(QAbstractEventDispatcher::TimerInfo)
#include <QAbstractEventDispatcher>
Public Functions
| TimerInfo(int timerId, int interval, Qt::TimerType timerType) |
Public Variables
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.
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.
|