Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
WinTimerInfo Struct Reference

#include <qeventdispatcher_win_p.h>

+ Collaboration diagram for WinTimerInfo:

Public Attributes

QObjectdispatcher
 
int timerId
 
qint64 interval
 
Qt::TimerType timerType
 
quint64 timeout
 
QObjectobj
 
bool inTimerEvent
 
UINT fastTimerId
 

Detailed Description

Definition at line 87 of file qeventdispatcher_win_p.h.

Member Data Documentation

◆ dispatcher

QObject* WinTimerInfo::dispatcher

Definition at line 88 of file qeventdispatcher_win_p.h.

Referenced by QEventDispatcherWin32::registerTimer().

◆ fastTimerId

UINT WinTimerInfo::fastTimerId

Definition at line 95 of file qeventdispatcher_win_p.h.

◆ interval

qint64 WinTimerInfo::interval

Definition at line 90 of file qeventdispatcher_win_p.h.

◆ inTimerEvent

bool WinTimerInfo::inTimerEvent

◆ obj

QObject* WinTimerInfo::obj

Definition at line 93 of file qeventdispatcher_win_p.h.

◆ timeout

quint64 WinTimerInfo::timeout

Definition at line 92 of file qeventdispatcher_win_p.h.

Referenced by QEventDispatcherWin32::remainingTime().

◆ timerId

int WinTimerInfo::timerId

Definition at line 89 of file qeventdispatcher_win_p.h.

◆ timerType

Qt::TimerType WinTimerInfo::timerType

Definition at line 91 of file qeventdispatcher_win_p.h.


The documentation for this struct was generated from the following file: