void setHistoryType(HistoryType type)
Sets the type of history that this history state records.
HistoryType
This enum specifies the type of history that a QHistoryState records.
QHistoryState(QState *parent=0)
Constructs a new shallow history state with the given parent state.
~QHistoryState()
Destroys this history state.
void onEntry(QEvent *event)
Reimplemented Function
static QHistoryStatePrivate * get(QHistoryState *q)
HistoryType historyType() const
void onExit(QEvent *event)
Reimplemented Function
The QHistoryState class provides a means of returning to a previously active substate.
void setDefaultState(QAbstractState *state)
Sets this history state's default state to be the given state.
QAbstractState * defaultState() const