class QAbstractState#

Inheritance diagram of PySide6.QtStateMachine.QAbstractState

继承自: QState, QStateMachine, QHistoryState, QFinalState

摘要#

属性#

方法#

虚方法#

信号#

备注

本文档可能包含自动从C++翻译到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译存在问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建票据的方式告诉我们。

详细描述#

备注

可以使用属性或通过访问器函数直接使用from __feature__ import true_property

属性 active: bool#
访问函数
__init__([parent=None])#
参数:

parentQState

active()#
返回类型:

bool

属性active的获取器。

activeChanged(active)#
参数:

active – bool

属性active的变更通知信号。

entered()#
exited()#
machine()#
返回类型:

QStateMachine

摘要 onEntry(event)#
参数:

eventQEvent

摘要 onExit(event)#
参数:

eventQEvent

parentState()#
返回类型:

QState