Qt 4.8
|
Public Functions | |
void | decode (QDataStream &, QDeclarativeDebugContextReference &) |
void | decode (QDataStream &, QDeclarativeDebugObjectReference &, bool simple) |
int | getId () |
void | message (const QByteArray &) |
QDeclarativeEngineDebugPrivate (QDeclarativeDebugConnection *) | |
void | statusChanged (QDeclarativeEngineDebug::Status status) |
~QDeclarativeEngineDebugPrivate () | |
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 void | remove (QDeclarativeEngineDebug *, QDeclarativeDebugEnginesQuery *) |
static void | remove (QDeclarativeEngineDebug *, QDeclarativeDebugRootContextQuery *) |
static void | remove (QDeclarativeEngineDebug *, QDeclarativeDebugObjectQuery *) |
static void | remove (QDeclarativeEngineDebug *, QDeclarativeDebugExpressionQuery *) |
static void | remove (QDeclarativeEngineDebug *, QDeclarativeDebugWatch *) |
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 QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Definition at line 66 of file qdeclarativeenginedebug.cpp.
QDeclarativeEngineDebugPrivate::QDeclarativeEngineDebugPrivate | ( | QDeclarativeDebugConnection * | c | ) |
Definition at line 115 of file qdeclarativeenginedebug.cpp.
QDeclarativeEngineDebugPrivate::~QDeclarativeEngineDebugPrivate | ( | ) |
Definition at line 120 of file qdeclarativeenginedebug.cpp.
void QDeclarativeEngineDebugPrivate::decode | ( | QDataStream & | ds, |
QDeclarativeDebugContextReference & | c | ||
) |
Definition at line 270 of file qdeclarativeenginedebug.cpp.
Referenced by decode(), and message().
void QDeclarativeEngineDebugPrivate::decode | ( | QDataStream & | ds, |
QDeclarativeDebugObjectReference & | o, | ||
bool | simple | ||
) |
Definition at line 207 of file qdeclarativeenginedebug.cpp.
int QDeclarativeEngineDebugPrivate::getId | ( | ) |
Definition at line 161 of file qdeclarativeenginedebug.cpp.
void QDeclarativeEngineDebugPrivate::message | ( | const QByteArray & | data | ) |
Definition at line 299 of file qdeclarativeenginedebug.cpp.
Referenced by QDeclarativeEngineDebugClient::messageReceived().
|
static |
Definition at line 166 of file qdeclarativeenginedebug.cpp.
Referenced by QDeclarativeDebugEnginesQuery::~QDeclarativeDebugEnginesQuery(), QDeclarativeDebugExpressionQuery::~QDeclarativeDebugExpressionQuery(), QDeclarativeDebugObjectQuery::~QDeclarativeDebugObjectQuery(), QDeclarativeDebugRootContextQuery::~QDeclarativeDebugRootContextQuery(), and QDeclarativeDebugWatch::~QDeclarativeDebugWatch().
|
static |
Definition at line 174 of file qdeclarativeenginedebug.cpp.
|
static |
Definition at line 183 of file qdeclarativeenginedebug.cpp.
|
static |
Definition at line 191 of file qdeclarativeenginedebug.cpp.
|
static |
Definition at line 199 of file qdeclarativeenginedebug.cpp.
void QDeclarativeEngineDebugPrivate::statusChanged | ( | QDeclarativeEngineDebug::Status | status | ) |
Definition at line 294 of file qdeclarativeenginedebug.cpp.
Referenced by QDeclarativeEngineDebugClient::statusChanged().
QDeclarativeEngineDebugClient* QDeclarativeEngineDebugPrivate::client |
Definition at line 76 of file qdeclarativeenginedebug.cpp.
Referenced by ~QDeclarativeEngineDebugPrivate().
QHash<int, QDeclarativeDebugEnginesQuery *> QDeclarativeEngineDebugPrivate::enginesQuery |
Definition at line 89 of file qdeclarativeenginedebug.cpp.
Referenced by message(), remove(), and ~QDeclarativeEngineDebugPrivate().
QHash<int, QDeclarativeDebugExpressionQuery *> QDeclarativeEngineDebugPrivate::expressionQuery |
Definition at line 92 of file qdeclarativeenginedebug.cpp.
Referenced by message(), remove(), and ~QDeclarativeEngineDebugPrivate().
int QDeclarativeEngineDebugPrivate::nextId |
Definition at line 77 of file qdeclarativeenginedebug.cpp.
Referenced by getId().
QHash<int, QDeclarativeDebugObjectQuery *> QDeclarativeEngineDebugPrivate::objectQuery |
Definition at line 91 of file qdeclarativeenginedebug.cpp.
Referenced by message(), remove(), and ~QDeclarativeEngineDebugPrivate().
QHash<int, QDeclarativeDebugRootContextQuery *> QDeclarativeEngineDebugPrivate::rootContextQuery |
Definition at line 90 of file qdeclarativeenginedebug.cpp.
Referenced by message(), remove(), and ~QDeclarativeEngineDebugPrivate().
QHash<int, QDeclarativeDebugWatch *> QDeclarativeEngineDebugPrivate::watched |
Definition at line 94 of file qdeclarativeenginedebug.cpp.
Referenced by message(), remove(), and ~QDeclarativeEngineDebugPrivate().