QtTaskTree::QThreadFunctionBase Class
class QtTaskTree::QThreadFunctionBaseQThreadFunction クラステンプレートの基本クラスです。さらに...
| ヘッダ | #include <qthreadfunctiontask.h> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS TaskTree)target_link_libraries(mytarget PRIVATE Qt6::TaskTree) |
| qmake: | QT += tasktree |
| 以来: | Qt 6.11 |
| 継承元: |
注意:このクラスの関数はすべてリエントラントです。
静的パブリックメンバー
| void | syncAll() |
メンバ関数ドキュメント
[static] void QThreadFunctionBase::syncAll()
このメソッドはアプリケーションの終了時に呼び出され、QThreadFunction を介して開始された、まだ実行されている可能性のあるすべての関数のファイナライズを同期させる必要があります。この呼び出しはメインスレッドから実行されなければならない。
QThreadFunction::setAutoDelayedSync()も参照のこと 。
© 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.