이 페이지에서

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 요소는 그룹의 직접 하위 작업이 시작되는 방법을 지정합니다.

편의를 위해 sequential, parallel, parallelIdealThreadCountLimit 또는 ParallelLimit 요소를 대신 사용할 수 있습니다.

모든 실행 모드에서 그룹은 표시되는 순서대로 작업을 시작합니다.

그룹의 하위 그룹도 그룹인 경우 하위 그룹은 자체 실행 모드에 따라 작업을 실행합니다.

sequential, parallel, parallelIdealThreadCountLimit, ParallelLimit참조하세요 .

© 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.