Definition at line 63 of file qstatemachine.h.
#include <qstatemachine.h>

| enum EventPriority |
Definition at line 106 of file qstatemachine.h.
{
NormalPriority,
HighPriority
};
| enum RestorePolicy |
Definition at line 111 of file qstatemachine.h.
| enum Error |
| NoError | |
| NoInitialStateError | |
| NoDefaultStateInHistoryStateError | |
| NoCommonAncestorForTransitionError |
Definition at line 116 of file qstatemachine.h.
| QStateMachine | ( | QObject * | parent = 0 |
) |
| ~QStateMachine | ( | ) |
| QStateMachine | ( | QStateMachinePrivate & | dd, |
| QObject * | parent | ||
| ) | [protected] |
| void addState | ( | QAbstractState * | state | ) |
| void removeState | ( | QAbstractState * | state | ) |
| Error error | ( | ) | const |
| QString errorString | ( | ) | const |
| void clearError | ( | ) |
| bool isRunning | ( | ) | const |
| bool isAnimated | ( | ) | const |
| void setAnimated | ( | bool | enabled | ) |
| void addDefaultAnimation | ( | QAbstractAnimation * | animation | ) |
| QList<QAbstractAnimation *> defaultAnimations | ( | ) | const |
| void removeDefaultAnimation | ( | QAbstractAnimation * | animation | ) |
| QStateMachine::RestorePolicy globalRestorePolicy | ( | ) | const |
| void setGlobalRestorePolicy | ( | QStateMachine::RestorePolicy | restorePolicy | ) |
| void postEvent | ( | QEvent * | event, |
| EventPriority | priority =
NormalPriority |
||
| ) |
| int postDelayedEvent | ( | QEvent * | event, |
| int | delay | ||
| ) |
| bool cancelDelayedEvent | ( | int | id | ) |
| QSet<QAbstractState*> configuration | ( | ) | const |
Reimplemented from QObject.
| void start | ( | ) | [slot] |
| void stop | ( | ) | [slot] |
| void started | ( | ) | [signal] |
| void stopped | ( | ) | [signal] |
| virtual void beginSelectTransitions | ( | QEvent * | event | ) | [protected, virtual] |
| virtual void endSelectTransitions | ( | QEvent * | event | ) | [protected, virtual] |
| virtual void beginMicrostep | ( | QEvent * | event | ) | [protected, virtual] |
| virtual void endMicrostep | ( | QEvent * | event | ) | [protected, virtual] |
QString errorString
[read] |
Definition at line 66 of file qstatemachine.h.
RestorePolicy
globalRestorePolicy [read, write] |
Definition at line 67 of file qstatemachine.h.
bool animated [read, write] |
Definition at line 70 of file qstatemachine.h.