Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
WinTimerInfo Struct Reference

#include <qeventdispatcher_win_p.h>

Collaboration diagram for WinTimerInfo:

Public Attributes

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

Detailed Description

Definition at line 87 of file qeventdispatcher_win_p.h.

Member Data Documentation

◆ dispatcher

QObject* WinTimerInfo::dispatcher

Definition at line 90 of file qeventdispatcher_win_p.h.

◆ fastTimerId

UINT WinTimerInfo::fastTimerId

Definition at line 94 of file qeventdispatcher_win_p.h.

◆ interval

qint64 WinTimerInfo::interval

Definition at line 88 of file qeventdispatcher_win_p.h.

◆ inTimerEvent

bool WinTimerInfo::inTimerEvent

Definition at line 95 of file qeventdispatcher_win_p.h.

◆ isSecondTimeout

bool WinTimerInfo::isSecondTimeout

Definition at line 97 of file qeventdispatcher_win_p.h.

◆ obj

QObject* WinTimerInfo::obj

Definition at line 91 of file qeventdispatcher_win_p.h.

◆ timeout

quint64 WinTimerInfo::timeout

Definition at line 89 of file qeventdispatcher_win_p.h.

◆ timerId

int WinTimerInfo::timerId

Definition at line 92 of file qeventdispatcher_win_p.h.

◆ timerType

Qt::TimerType WinTimerInfo::timerType

Definition at line 93 of file qeventdispatcher_win_p.h.

◆ usesExtendedInterval

bool WinTimerInfo::usesExtendedInterval

Definition at line 96 of file qeventdispatcher_win_p.h.


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