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 関数の戻り値として使用されます。ObjectSignalGetter の定義内で ObjectSignal を作成するには、makeObjectSignal() を使用します。
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.