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::RuntimeTask Class Reference
+ Collaboration diagram for Tasking::RuntimeTask:

Public Member Functions

 ~RuntimeTask ()
 

Public Attributes

const TaskNodem_taskNode
 
RuntimeIterationm_parentIteration = nullptr
 
std::optional< RuntimeContainerm_container = {}
 
std::unique_ptr< TaskInterfacem_task = {}
 

Detailed Description

Definition at line 1756 of file tasktree.cpp.

Constructor & Destructor Documentation

◆ ~RuntimeTask()

Tasking::RuntimeTask::~RuntimeTask ( )
inline

Definition at line 1759 of file tasktree.cpp.

References QObject::disconnect(), Tasking::TaskInterface::done(), Tasking::TaskNode::m_container, m_task, m_taskNode, Tasking::ContainerNode::m_taskTreePrivate, and Tasking::TaskTreePrivate::q.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_container

std::optional<RuntimeContainer> Tasking::RuntimeTask::m_container = {}

◆ m_parentIteration

◆ m_task

std::unique_ptr<TaskInterface> Tasking::RuntimeTask::m_task = {}

◆ m_taskNode

const TaskNode& Tasking::RuntimeTask::m_taskNode

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