TimerInfo Class
(QAbstractEventDispatcher::TimerInfo)Header: | #include <TimerInfo> |
qmake: | QT += core |
Public Functions
TimerInfo(int timerId, int interval, Qt::TimerType timerType) |
Public Variables
Detailed Description
This struct represents information about a timer: timerId, interval, and timerType.
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.
© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.