class QHistoryState#

Inheritance diagram of PySide6.QtStateMachine.QHistoryState

Synopsis#

Properties#

Methods#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class HistoryType#

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property defaultStateᅟ: QAbstractState#
Access functions:
property defaultTransitionᅟ: QAbstractTransition#
Access functions:
property historyTypeᅟ: QHistoryState.HistoryType#
Access functions:
__init__(type[, parent=None])#
Parameters:
__init__([parent=None])
Parameters:

parentQState

defaultState()#
Return type:

QAbstractState

Getter of property defaultStateᅟ .

defaultStateChanged()#

Notification signal of property defaultStateᅟ .

defaultTransition()#
Return type:

QAbstractTransition

Getter of property defaultTransitionᅟ .

defaultTransitionChanged()#

Notification signal of property defaultTransitionᅟ .

historyType()#
Return type:

HistoryType

Getter of property historyTypeᅟ .

historyTypeChanged()#

Notification signal of property historyTypeᅟ .

setDefaultState(state)#
Parameters:

stateQAbstractState

Setter of property defaultStateᅟ .

setDefaultTransition(transition)#
Parameters:

transitionQAbstractTransition

Setter of property defaultTransitionᅟ .

setHistoryType(type)#
Parameters:

typeHistoryType

Setter of property historyTypeᅟ .