Qt 4.8
Public Functions | Static Public Functions | Public Variables | List of all members
QHistoryStatePrivate Class Reference

#include <qhistorystate_p.h>

Inheritance diagram for QHistoryStatePrivate:
QAbstractStatePrivate QObjectPrivate QObjectData

Public Functions

 QHistoryStatePrivate ()
 
- Public Functions inherited from QAbstractStatePrivate
void callOnEntry (QEvent *e)
 
void callOnExit (QEvent *e)
 
void emitEntered ()
 
void emitExited ()
 
QStateMachinemachine () 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 QHistoryStatePrivateget (QHistoryState *q)
 
- Static Public Functions inherited from QAbstractStatePrivate
static QAbstractStatePrivateget (QAbstractState *q)
 
static const QAbstractStatePrivateget (const QAbstractState *q)
 
- Static Public Functions inherited from QObjectPrivate
static void clearGuards (QObject *)
 
static QObjectPrivateget (QObject *o)
 
static void resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender)
 
static SendersetCurrentSender (QObject *receiver, Sender *sender)
 
static void signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result)
 

Public Variables

QList< QAbstractState * > configuration
 
QAbstractStatedefaultState
 
QHistoryState::HistoryType historyType
 
- Public Variables inherited from QAbstractStatePrivate
uint isMachine:1
 
QStateparentState
 
uint stateType:31
 
- Public Variables inherited from QObjectPrivate
union {
   QObject *   currentChildBeingDeleted
 
   QAbstractDeclarativeData *   declarativeData
 
}; 
 
quint32 connectedSignals [2]
 
QObjectConnectionListVectorconnectionLists
 
SendercurrentSender
 
QList< QPointer< QObject > > eventFilters
 
ExtraDataextraData
 
QString objectName
 
Connectionsenders
 
QAtomicPointer< QtSharedPointer::ExternalRefCountData > sharedRefcount
 
QThreadDatathreadData
 
void * unused
 
- Public Variables inherited from QObjectData
uint blockSig: 1
 
QObjectList children
 
uint hasGuards: 1
 
uint inEventHandler: 1
 
uint inThreadChangeEvent: 1
 
uint isWidget: 1
 
QMetaObjectmetaObject
 
uint ownObjectName: 1
 
QObjectparent
 
uint pendTimer: 1
 
int postedEvents
 
QObjectq_ptr
 
uint receiveChildEvents: 1
 
uint sendChildEvents: 1
 
uint unused: 22
 
uint wasDeleted: 1
 

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 **)
 

Detailed Description

Definition at line 63 of file qhistorystate_p.h.

Constructors and Destructors

◆ QHistoryStatePrivate()

QHistoryStatePrivate::QHistoryStatePrivate ( )

Functions

◆ get()

QHistoryStatePrivate * QHistoryStatePrivate::get ( QHistoryState q)
static

Definition at line 140 of file qhistorystate.cpp.

Referenced by QStateMachinePrivate::addStatesToEnter(), QStateMachinePrivate::clearHistory(), and QStateMachinePrivate::exitStates().

141 {
142  return q->d_func();
143 }

Properties

◆ configuration

QList<QAbstractState*> QHistoryStatePrivate::configuration

◆ defaultState

QAbstractState* QHistoryStatePrivate::defaultState

Definition at line 72 of file qhistorystate_p.h.

Referenced by QStateMachinePrivate::addStatesToEnter().

◆ historyType

QHistoryState::HistoryType QHistoryStatePrivate::historyType

The documentation for this class was generated from the following files: