![]() |
Qt 6.x
The Qt SDK
|
#include <qtimerinfo_unix_p.h>
Public Attributes | |
int | id |
Qt::TimerType | timerType |
std::chrono::milliseconds | interval |
std::chrono::steady_clock::time_point | timeout |
QObject * | obj |
QTimerInfo ** | activateRef |
Definition at line 28 of file qtimerinfo_unix_p.h.
QTimerInfo** QTimerInfo::activateRef |
Definition at line 34 of file qtimerinfo_unix_p.h.
Referenced by QTimerInfoList::activateTimers().
int QTimerInfo::id |
Definition at line 29 of file qtimerinfo_unix_p.h.
Referenced by QTimerInfoList::activateTimers().
std::chrono::milliseconds QTimerInfo::interval |
Definition at line 31 of file qtimerinfo_unix_p.h.
Referenced by QTimerInfoList::activateTimers().
QObject* QTimerInfo::obj |
Definition at line 33 of file qtimerinfo_unix_p.h.
Referenced by QTimerInfoList::activateTimers().
std::chrono::steady_clock::time_point QTimerInfo::timeout |
Definition at line 32 of file qtimerinfo_unix_p.h.
Referenced by QTimerInfoList::hasPendingTimers(), and QTimerInfoList::timerInsert().
Qt::TimerType QTimerInfo::timerType |
Definition at line 30 of file qtimerinfo_unix_p.h.