QtTaskTree::Forever Class
class QtTaskTree::Forever하위 작업의 무한 루프. 더 보기...
| 헤더: | #include <qtasktree.h> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS TaskTree)target_link_libraries(mytarget PRIVATE Qt6::TaskTree) |
| qmake: | QT += tasktree |
| 이후: | Qt 6.11 |
| 상속합니다: | QtTaskTree::ExecutableItem |
참고: 이 클래스의 모든 함수는 재인용됩니다.
공용 함수
| Forever(const QtTaskTree::GroupItems &children) | |
| Forever(std::initializer_list<QtTaskTree::GroupItem> children) |
For 와 ForeverIterator도 참조하세요 .
멤버 함수 문서
[explicit] Forever::Forever(const QtTaskTree::GroupItems &children)
children 을 실행하는 무한 루프를 구축합니다.
다음 구조는
const Group recipe = Forever { task1, task2 };
와 동일합니다:
const Group recipe = For (ForeverIterator()) >> Do { task1, task2 };
[explicit] Forever::Forever(std::initializer_list<QtTaskTree::GroupItem> children)
초기화 목록으로 전달된 children 을 실행하는 무한 루프를 구축합니다.
이 함수는 오버로드된 함수입니다.
© 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.