Qt 4.8
|
#include <qhistorystate_p.h>
Public Functions | |
QHistoryStatePrivate () | |
Public Functions inherited from QAbstractStatePrivate | |
void | callOnEntry (QEvent *e) |
void | callOnExit (QEvent *e) |
void | emitEntered () |
void | emitExited () |
QStateMachine * | machine () const |
QAbstractStatePrivate (StateType type) | |
Public Functions inherited from QObjectPrivate | |
void | _q_reregisterTimers (void *pointer) |
void | addConnection (int signal, Connection *c) |
void | cleanConnectionLists () |
void | connectNotify (const char *signal) |
void | deleteChildren () |
void | disconnectNotify (const char *signal) |
bool | isSender (const QObject *receiver, const char *signal) const |
bool | isSignalConnected (uint signalIdx) const |
Returns true if the signal with index signal_index from object sender is connected. More... | |
void | moveToThread_helper () |
QObjectPrivate (int version=QObjectPrivateVersion) | |
QObjectList | receiverList (const char *signal) const |
QObjectList | senderList () const |
void | setParent_helper (QObject *) |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
int | signalIndex (const char *signalName) const |
Returns the signal index used in the internal connectionLists vector. More... | |
virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
virtual | ~QObjectData ()=0 |
Static Public Functions | |
static QHistoryStatePrivate * | get (QHistoryState *q) |
Static Public Functions inherited from QAbstractStatePrivate | |
static QAbstractStatePrivate * | get (QAbstractState *q) |
static const QAbstractStatePrivate * | get (const QAbstractState *q) |
Static Public Functions inherited from QObjectPrivate | |
static void | clearGuards (QObject *) |
static QObjectPrivate * | get (QObject *o) |
static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Additional Inherited Members | |
Public Types inherited from QAbstractStatePrivate | |
enum | StateType { AbstractState, StandardState, FinalState, HistoryState } |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Definition at line 63 of file qhistorystate_p.h.
QHistoryStatePrivate::QHistoryStatePrivate | ( | ) |
Definition at line 134 of file qhistorystate.cpp.
|
static |
Definition at line 140 of file qhistorystate.cpp.
Referenced by QStateMachinePrivate::addStatesToEnter(), QStateMachinePrivate::clearHistory(), and QStateMachinePrivate::exitStates().
QList<QAbstractState*> QHistoryStatePrivate::configuration |
Definition at line 74 of file qhistorystate_p.h.
Referenced by QStateMachinePrivate::addStatesToEnter(), QStateMachinePrivate::clearHistory(), and QStateMachinePrivate::exitStates().
QAbstractState* QHistoryStatePrivate::defaultState |
Definition at line 72 of file qhistorystate_p.h.
Referenced by QStateMachinePrivate::addStatesToEnter().
QHistoryState::HistoryType QHistoryStatePrivate::historyType |
Definition at line 73 of file qhistorystate_p.h.
Referenced by QStateMachinePrivate::addStatesToEnter(), and QStateMachinePrivate::exitStates().