![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtCore More...
#include <qabstracteventdispatcher.h>
Public Member Functions | |
TimerInfo (int id, int i, Qt::TimerType t) | |
Constructs a TimerInfo struct with the given timerId, interval, and timerType. | |
Public Attributes | |
int | timerId |
int | interval |
Qt::TimerType | timerType |
\inmodule QtCore
This struct represents information about a timer: \l{QAbstractEventDispatcher::TimerInfo::timerId}{timerId}, \l{QAbstractEventDispatcher::TimerInfo::interval}{interval}, and \l{QAbstractEventDispatcher::TimerInfo::timerType}{timerType}.
Definition at line 22 of file qabstracteventdispatcher.h.
|
inline |
Constructs a TimerInfo struct with the given timerId, interval, and timerType.
Definition at line 28 of file qabstracteventdispatcher.h.
int QAbstractEventDispatcher::TimerInfo::interval |
Definition at line 25 of file qabstracteventdispatcher.h.
Referenced by QObjectPrivate::_q_reregisterTimers().
int QAbstractEventDispatcher::TimerInfo::timerId |
Definition at line 24 of file qabstracteventdispatcher.h.
Referenced by QObjectPrivate::_q_reregisterTimers().
Qt::TimerType QAbstractEventDispatcher::TimerInfo::timerType |
Definition at line 26 of file qabstracteventdispatcher.h.
Referenced by QObjectPrivate::_q_reregisterTimers().