![]() |
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 | |
| RuntimeIteration (int index, RuntimeContainer *container) | |
| ~RuntimeIteration () | |
| std::optional< Loop > | loop () const |
| void | removeChild (RuntimeTask *node) |
| RuntimeIteration (int index, RuntimeContainer *container) | |
| ~RuntimeIteration () | |
| std::optional< Loop > | loop () const |
| void | removeChild (RuntimeTask *node) |
Public Attributes | |
| const int | m_iterationIndex = 0 |
| const bool | m_isProgressive = true |
| RuntimeContainer * | m_container = nullptr |
| int | m_doneCount = 0 |
| std::vector< std::shared_ptr< RuntimeTask > > | m_children = {} |
Definition at line 1965 of file tasktree.cpp.
| Tasking::RuntimeIteration::RuntimeIteration | ( | int | index, |
| RuntimeContainer * | container ) |
Definition at line 2157 of file tasktree.cpp.
References Tasking::isProgressive(), m_container, m_isProgressive, m_iterationIndex, and Tasking::RuntimeContainer::progressiveLoopCount().
|
default |
| Tasking::RuntimeIteration::RuntimeIteration | ( | int | index, |
| RuntimeContainer * | container ) |
| Tasking::RuntimeIteration::~RuntimeIteration | ( | ) |
| std::optional< Loop > Tasking::RuntimeIteration::loop | ( | ) | const |
Definition at line 2163 of file tasktree.cpp.
References m_container, and Tasking::RuntimeContainer::m_containerNode.
| std::optional< Loop > Tasking::RuntimeIteration::loop | ( | ) | const |
| void Tasking::RuntimeIteration::removeChild | ( | RuntimeTask * | node | ) |
Definition at line 2168 of file tasktree.cpp.
Referenced by Tasking::TaskTreePrivate::continueContainer().
| void Tasking::RuntimeIteration::removeChild | ( | RuntimeTask * | node | ) |
| std::vector< std::shared_ptr< RuntimeTask > > Tasking::RuntimeIteration::m_children = {} |
Definition at line 1979 of file tasktree.cpp.
| RuntimeContainer * Tasking::RuntimeIteration::m_container = nullptr |
Definition at line 1977 of file tasktree.cpp.
Referenced by RuntimeIteration(), Tasking::TaskTreePrivate::childDone(), Tasking::TaskTreePrivate::continueContainer(), and loop().
| int Tasking::RuntimeIteration::m_doneCount = 0 |
Definition at line 1978 of file tasktree.cpp.
Referenced by Tasking::TaskTreePrivate::childDone().
| const bool Tasking::RuntimeIteration::m_isProgressive = true |
Definition at line 1976 of file tasktree.cpp.
Referenced by RuntimeIteration(), Tasking::TaskTreePrivate::invokeTaskDoneHandler(), and Tasking::isProgressive().
| const int Tasking::RuntimeIteration::m_iterationIndex = 0 |
Definition at line 1975 of file tasktree.cpp.
Referenced by RuntimeIteration().