QAbstractState QML Type

QAbstractState 유형은 StateMachine.. . 더 보기....

Import Statement: import QtQml.StateMachine 6.8
Inherited By:

FinalState, HistoryState, and State

속성

신호

상세 설명

QAbstractState를 직접 사용하지 말고 State, FinalState 또는 StateMachine 를 대신 사용하세요.

StateMachineState도 참조하세요 .

속성 문서

active : bool [read-only]

이 상태의 활성 속성입니다. 상태는 entered() 및 exited() 신호 사이에서 활성화됩니다. 이 속성은 읽기 전용입니다.

enteredexited도 참조 하세요.


신호 문서

entered()

이 신호는 상태가 활성화되면 발신됩니다.

참고: 해당 핸들러는 onEntered 입니다.

activeexited도 참조하세요 .


exited()

이 신호는 상태가 비활성화될 때 발생합니다.

참고: 해당 핸들러는 onExited 입니다.

activeentered도 참조 하세요.


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