![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qeventdispatcher_win_p.h>
Public Attributes | |
qint64 | interval |
quint64 | timeout |
QObject * | dispatcher |
QObject * | obj |
int | timerId |
Qt::TimerType | timerType |
UINT | fastTimerId |
bool | inTimerEvent |
bool | usesExtendedInterval |
bool | isSecondTimeout |
Definition at line 87 of file qeventdispatcher_win_p.h.
QObject* WinTimerInfo::dispatcher |
Definition at line 90 of file qeventdispatcher_win_p.h.
UINT WinTimerInfo::fastTimerId |
Definition at line 94 of file qeventdispatcher_win_p.h.
qint64 WinTimerInfo::interval |
Definition at line 88 of file qeventdispatcher_win_p.h.
bool WinTimerInfo::inTimerEvent |
Definition at line 95 of file qeventdispatcher_win_p.h.
bool WinTimerInfo::isSecondTimeout |
Definition at line 97 of file qeventdispatcher_win_p.h.
QObject* WinTimerInfo::obj |
Definition at line 91 of file qeventdispatcher_win_p.h.
quint64 WinTimerInfo::timeout |
Definition at line 89 of file qeventdispatcher_win_p.h.
int WinTimerInfo::timerId |
Definition at line 92 of file qeventdispatcher_win_p.h.
Qt::TimerType WinTimerInfo::timerType |
Definition at line 93 of file qeventdispatcher_win_p.h.
bool WinTimerInfo::usesExtendedInterval |
Definition at line 96 of file qeventdispatcher_win_p.h.