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
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 3561 of file tasktree.cpp.

Member Data Documentation

◆ m_callback

TimeoutCallback Tasking::TimerData::m_callback

Definition at line 3565 of file tasktree.cpp.

◆ m_context

QPointer< QObject > Tasking::TimerData::m_context

Definition at line 3564 of file tasktree.cpp.

◆ m_deadline

system_clock::time_point Tasking::TimerData::m_deadline

Definition at line 3563 of file tasktree.cpp.


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