Qt State Machine QML Types

QML 유형을 애플리케이션으로 가져오려면 .qml 파일에 다음 가져오기 문을 사용합니다:

import QtQml.StateMachine

자세한 내용은 Qt State Machine QML 가이드를 참조하세요.

FinalState

최종 상태 제공

HistoryState

Type은 이전에 활성화된 대체물로 돌아가는 수단을 제공합니다.

QAbstractState

Type은 StateMachine의 기본 상태 유형입니다.

QAbstractTransition

Type은 QAbstractState 객체 간 전환의 기본 유형입니다.

QSignalTransition

Type은 Qt 신호에 기반한 전이를 제공한다.

SignalTransition

Type은 Qt 신호에 기반한 트랜지션을 제공합니다.

State

StateMachine에 범용 상태를 제공합니다.

StateMachine

계층적 유한 상태 머신을 제공합니다.

TimeoutTransition

Type은 타이머에 기반한 트랜지션을 제공합니다.

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