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

Public Member Functions

 TaskNode (TaskNode &&other)=default
 
 TaskNode (TaskTreePrivate *taskTreePrivate, const GroupItem &task)
 
bool isTask () const
 
int taskCount () const
 

Public Attributes

const GroupItem::TaskHandler m_taskHandler
 
ContainerNode m_container
 

Detailed Description

Definition at line 1577 of file tasktree.cpp.

Constructor & Destructor Documentation

◆ TaskNode() [1/2]

Tasking::TaskNode::TaskNode ( TaskNode && other)
default

◆ TaskNode() [2/2]

Tasking::TaskNode::TaskNode ( TaskTreePrivate * taskTreePrivate,
const GroupItem & task )
inline

Definition at line 1583 of file tasktree.cpp.

Member Function Documentation

◆ isTask()

bool Tasking::TaskNode::isTask ( ) const
inline

Definition at line 1588 of file tasktree.cpp.

References Tasking::GroupItem::TaskHandler::m_createHandler, and m_taskHandler.

Referenced by Tasking::TaskTreePrivate::start(), and taskCount().

+ Here is the caller graph for this function:

◆ taskCount()

int Tasking::TaskNode::taskCount ( ) const
inline

Definition at line 1589 of file tasktree.cpp.

References isTask(), m_container, and Tasking::ContainerNode::m_taskCount.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_container

ContainerNode Tasking::TaskNode::m_container

◆ m_taskHandler

const GroupItem::TaskHandler Tasking::TaskNode::m_taskHandler

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