QAbstractState QML Type

QAbstractState型は、StateMachine の状態の基本型である

Import Statement: import QtQml.StateMachine 6.8
Inherited By:

FinalState, HistoryState, and State

プロパティ

信号

詳細説明

QAbstractStateを直接使用しないでください。代わりにState、FinalState またはStateMachine を使用してください。

StateMachine およびStateも参照してください

プロパティの説明

active : bool [read-only]

この状態の active プロパティ。状態は、entered() とexited() シグナルの間でアクティブになります。このプロパティは読み取り専用です。

entered およびexited参照して ください。


シグナルの説明

entered()

このシグナルは、Stateがアクティブになったときに発行されます。

注: 対応するハンドラはonEntered

active およびexited参照


exited()

このシグナルはStateが非アクティブになったときに発せられる。

:対応するハンドラはonExited

active およびentered参照


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