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
Tasking::TimerData Struct Reference
+ Collaboration diagram for Tasking::TimerData:

Public Attributes

system_clock::time_point m_deadline
 
QPointer< QObjectm_context
 
TimeoutCallback m_callback
 

Detailed Description

Definition at line 3297 of file tasktree.cpp.

Member Data Documentation

◆ m_callback

TimeoutCallback Tasking::TimerData::m_callback

Definition at line 3301 of file tasktree.cpp.

◆ m_context

QPointer<QObject> Tasking::TimerData::m_context

Definition at line 3300 of file tasktree.cpp.

◆ m_deadline

system_clock::time_point Tasking::TimerData::m_deadline

Definition at line 3299 of file tasktree.cpp.


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