このページでは

QAbstractState QML Type

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

Import Statement: import QtQml.StateMachine 6.11
Inherited By:

FinalState, HistoryState, State, and StateMachine

プロパティ

信号

詳細説明

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

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

プロパティの説明

active : bool [read-only]

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

entered およびexitedも参照

シグナルのドキュメント

entered()

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

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

active およびexitedも参照のこと

exited()

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

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

active およびenteredも参照のこと

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