このページでは

QtTaskTree::ExecutionMode Class

class QtTaskTree::ExecutionMode

実行モードを記述するグループ要素。詳細...

ヘッダ #include <qtasktree.h>
CMake: find_package(Qt6 REQUIRED COMPONENTS TaskTree)
target_link_libraries(mytarget PRIVATE Qt6::TaskTree)
qmake: QT += tasktree
以来:Qt 6.11
を継承する: QtTaskTree::GroupItem
継承元:

QtTaskTree::ParallelLimit

注意:このクラスのすべての関数はリエントラントです。

詳細説明

グループのexecution mode 要素は、グループの直接の子タスクの開始方法を指定します。

便宜上、sequentialparallelparallelIdealThreadCountLimitParallelLimit の要素を代わりに使用することもできます。

すべての実行モードにおいて、グループは出現した順にタスクを開始する。

グループの子もグループである場合、子グループは自身の実行モードに従ってタスクを実行する。

sequentialparallelparallelIdealThreadCountLimitParallelLimitも参照のこと

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.