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

Constructor & Destructor Documentation

◆ TaskNode() [1/4]

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

◆ TaskNode() [2/4]

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

Definition at line 1847 of file tasktree.cpp.

References TaskNode().

Referenced by TaskNode().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TaskNode() [3/4]

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

◆ TaskNode() [4/4]

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

Definition at line 1847 of file tasktree.cpp.

Member Function Documentation

◆ isTask() [1/2]

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

Definition at line 1852 of file tasktree.cpp.

◆ isTask() [2/2]

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

Definition at line 1852 of file tasktree.cpp.

◆ taskCount() [1/2]

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

Definition at line 1853 of file tasktree.cpp.

◆ taskCount() [2/2]

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

Definition at line 1853 of file tasktree.cpp.

Member Data Documentation

◆ m_container

ContainerNode Tasking::TaskNode::m_container

Definition at line 1856 of file tasktree.cpp.

◆ m_taskHandler

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

Definition at line 1855 of file tasktree.cpp.


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