Qt State Machine QML Types
QML タイプをアプリケーションにインポートするには、.qml ファイルに以下の import 文を記述してください:
import QtQml.StateMachine
詳しくは、Qt State Machine QML Guideをご参照ください。
最終状態を提供する | |
Typeは以前にアクティブであった部分状態に戻る手段を提供する。 | |
TypeはStateMachineのStateの基本型である。 | |
TypeはQAbstractStateオブジェクト間の遷移の基本型である。 | |
型はQtシグナルに基づく遷移を提供する | |
Qtシグナルに基づく遷移を提供します。 | |
StateMachineの汎用状態を提供する | |
階層的な有限ステートマシンを提供する | |
タイマに基づく遷移を提供する |
© 2025 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.