QtTaskTree::ObjectSignal Struct
template <typename Signal> struct QtTaskTree::ObjectSignalQObject 서브클래스와 그 신호를 설명하는 구조체입니다. 더 보기...
| 헤더: | #include <qtasktree.h> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS TaskTree)target_link_libraries(mytarget PRIVATE Qt6::TaskTree) |
| qmake: | QT += tasktree |
| 이후: | Qt 6.11 |
참고: 이 구조체의 모든 함수는 재진입합니다.
상세 설명
ExecutableItem::withCancel() 또는 ExecutableItem::withAccept()에 전달된 ObjectSignalGetter 함수의 반환 값으로 사용됩니다. makeObjectSignal () 를 사용하여 ObjectSignalGetter 의 정의 안에 ObjectSignal을 생성합니다.
makeObjectSignal(), ExecutableItem::withCancel() 및 ExecutableItem::withAccept()도 참조하세요 .
© 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.