Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QTimerInfo Struct Reference

#include <qtimerinfo_unix_p.h>

+ Collaboration diagram for QTimerInfo:

Public Attributes

int id
 
Qt::TimerType timerType
 
std::chrono::milliseconds interval
 
std::chrono::steady_clock::time_point timeout
 
QObjectobj
 
QTimerInfo ** activateRef
 

Detailed Description

Definition at line 28 of file qtimerinfo_unix_p.h.

Member Data Documentation

◆ activateRef

QTimerInfo** QTimerInfo::activateRef

Definition at line 34 of file qtimerinfo_unix_p.h.

Referenced by QTimerInfoList::activateTimers().

◆ id

int QTimerInfo::id

Definition at line 29 of file qtimerinfo_unix_p.h.

Referenced by QTimerInfoList::activateTimers().

◆ interval

std::chrono::milliseconds QTimerInfo::interval

Definition at line 31 of file qtimerinfo_unix_p.h.

Referenced by QTimerInfoList::activateTimers().

◆ obj

QObject* QTimerInfo::obj

Definition at line 33 of file qtimerinfo_unix_p.h.

Referenced by QTimerInfoList::activateTimers().

◆ timeout

std::chrono::steady_clock::time_point QTimerInfo::timeout

◆ timerType

Qt::TimerType QTimerInfo::timerType

Definition at line 30 of file qtimerinfo_unix_p.h.


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