QAbstractState¶
Inherited by: QState, QStateMachine, QHistoryState, QFinalState
Synopsis¶
Functions¶
def
active
()def
machine
()def
parentState
()
Virtual functions¶
Signals¶
def
activeChanged
(active)
Detailed Description¶
- class PySide6.QtStateMachine.QAbstractState([parent=None])¶
- Parameters
parent –
PySide6.QtStateMachine.QState
- PySide6.QtStateMachine.QAbstractState.active()¶
- Return type
bool
- PySide6.QtStateMachine.QAbstractState.activeChanged(active)¶
- Parameters
active – bool
- PySide6.QtStateMachine.QAbstractState.machine()¶
- Return type
- PySide6.QtStateMachine.QAbstractState.onEntry(event)¶
- Parameters
event –
PySide6.QtCore.QEvent
- PySide6.QtStateMachine.QAbstractState.onExit(event)¶
- Parameters
event –
PySide6.QtCore.QEvent
- PySide6.QtStateMachine.QAbstractState.parentState()¶
- Return type
© 2022 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.