Qt State Machine QML Types

QML タイプをアプリケーションにインポートするには、.qml ファイルに以下の import 文を記述してください:

import QtQml.StateMachine

詳しくは、Qt State Machine QML Guideをご参照ください。

FinalState

最終状態を提供する

HistoryState

Typeは以前にアクティブであった部分状態に戻る手段を提供する。

QAbstractState

TypeはStateMachineのStateの基本型である。

QAbstractTransition

TypeはQAbstractStateオブジェクト間の遷移の基本型である。

QSignalTransition

型はQtシグナルに基づく遷移を提供する

SignalTransition

Qtシグナルに基づく遷移を提供します。

State

StateMachineの汎用状態を提供する

StateMachine

階層的な有限ステートマシンを提供する

TimeoutTransition

タイマに基づく遷移を提供する

© 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.