![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
ContainerNode (ContainerNode &&other)=default | |
ContainerNode (TaskTreePrivate *taskTreePrivate, const GroupItem &task) | |
ContainerNode (ContainerNode &&other)=default | |
ContainerNode (TaskTreePrivate *taskTreePrivate, const GroupItem &task) |
Public Attributes | |
TaskTreePrivate *const | m_taskTreePrivate = nullptr |
const GroupItem::GroupHandler | m_groupHandler |
const int | m_parallelLimit = 1 |
const WorkflowPolicy | m_workflowPolicy = WorkflowPolicy::StopOnError |
const std::optional< Loop > | m_loop |
const QList< StorageBase > | m_storageList |
std::vector< TaskNode > | m_children |
const int | m_taskCount = 0 |
Definition at line 1822 of file tasktree.cpp.
|
default |
Tasking::ContainerNode::ContainerNode | ( | TaskTreePrivate * | taskTreePrivate, |
const GroupItem & | task ) |
Definition at line 2187 of file tasktree.cpp.
References ContainerNode(), m_parallelLimit, m_taskTreePrivate, m_workflowPolicy, and Tasking::StopOnError.
Referenced by ContainerNode().
|
default |
Tasking::ContainerNode::ContainerNode | ( | TaskTreePrivate * | taskTreePrivate, |
const GroupItem & | task ) |
std::vector< TaskNode > Tasking::ContainerNode::m_children |
Definition at line 1837 of file tasktree.cpp.
const GroupItem::GroupHandler Tasking::ContainerNode::m_groupHandler |
Definition at line 1832 of file tasktree.cpp.
const std::optional< Loop > Tasking::ContainerNode::m_loop |
Definition at line 1835 of file tasktree.cpp.
const int Tasking::ContainerNode::m_parallelLimit = 1 |
Definition at line 1833 of file tasktree.cpp.
Referenced by ContainerNode(), and Tasking::TaskTreePrivate::startChildren().
const QList< StorageBase > Tasking::ContainerNode::m_storageList |
Definition at line 1836 of file tasktree.cpp.
const int Tasking::ContainerNode::m_taskCount = 0 |
Definition at line 1838 of file tasktree.cpp.
Referenced by Tasking::TaskTreePrivate::startChildren(), Tasking::TaskTreePrivate::startTask(), and Tasking::TaskTreePrivate::stopContainer().
TaskTreePrivate *const Tasking::ContainerNode::m_taskTreePrivate = nullptr |
Definition at line 1830 of file tasktree.cpp.
Referenced by ContainerNode(), and Tasking::RuntimeContainer::progressiveLoopCount().
const WorkflowPolicy Tasking::ContainerNode::m_workflowPolicy = WorkflowPolicy::StopOnError |
Definition at line 1834 of file tasktree.cpp.
Referenced by ContainerNode(), Tasking::TaskTreePrivate::childDone(), and Tasking::RuntimeContainer::updateSuccessBit().