Definition at line 56 of file qhistorystate.h.
#include <qhistorystate.h>

Public Types |
|
| enum | HistoryType { ShallowHistory, DeepHistory } |
Public Member Functions |
|
| QHistoryState (QState *parent=0) | |
| QHistoryState (HistoryType type, QState *parent=0) | |
| ~QHistoryState () | |
| QAbstractState * | defaultState () const |
| void | setDefaultState (QAbstractState *state) |
| HistoryType | historyType () const |
| void | setHistoryType (HistoryType type) |
Protected Member Functions |
|
| void | onEntry (QEvent *event) |
| void | onExit (QEvent *event) |
| bool | event (QEvent *e) |
Properties |
|
| QAbstractState | defaultState |
| HistoryType | historyType |
| enum HistoryType |
Definition at line 63 of file qhistorystate.h.
{
ShallowHistory,
DeepHistory
};
| QHistoryState | ( | QState * | parent = 0 |
) |
| QHistoryState | ( | HistoryType | type, |
| QState * | parent = 0 |
||
| ) |
| ~QHistoryState | ( | ) |
| QAbstractState* defaultState | ( | ) | const |
| void setDefaultState | ( | QAbstractState * | state | ) |
| HistoryType historyType | ( | ) | const |
| void setHistoryType | ( | HistoryType | type | ) |
| void onEntry | ( | QEvent * | event | ) | [protected, virtual] |
Implements QAbstractState.
| void onExit | ( | QEvent * | event | ) | [protected, virtual] |
Implements QAbstractState.
| bool event | ( | QEvent * | e | ) | [protected, virtual] |
Reimplemented from QAbstractState.
QAbstractState defaultState
[read, write] |
Definition at line 59 of file qhistorystate.h.
HistoryType
historyType [read, write] |
Definition at line 60 of file qhistorystate.h.