Qt 4.8
|
Public Functions | |
void | advertisePlugins () |
QDeclarativeDebugServerPrivate () | |
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 |
Private Functions | |
void | _q_deliverMessage (const QString &serviceName, const QByteArray &message) |
Static Private Functions | |
static QDeclarativeDebugServerConnection * | loadConnectionPlugin (QPluginLoader *loader, const QString &pluginName) |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
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) |
Definition at line 81 of file qdeclarativedebugserver.cpp.
QDeclarativeDebugServerPrivate::QDeclarativeDebugServerPrivate | ( | ) |
Definition at line 102 of file qdeclarativedebugserver.cpp.
|
private |
Definition at line 338 of file qdeclarativedebugserver.cpp.
void QDeclarativeDebugServerPrivate::advertisePlugins | ( | ) |
Definition at line 109 of file qdeclarativedebugserver.cpp.
|
staticprivate |
Definition at line 122 of file qdeclarativedebugserver.cpp.
Referenced by QDeclarativeDebugServer::instance().
QStringList QDeclarativeDebugServerPrivate::clientPlugins |
Definition at line 91 of file qdeclarativedebugserver.cpp.
QDeclarativeDebugServerConnection* QDeclarativeDebugServerPrivate::connection |
Definition at line 89 of file qdeclarativedebugserver.cpp.
Referenced by advertisePlugins(), QDeclarativeDebugServer::instance(), and loadConnectionPlugin().
bool QDeclarativeDebugServerPrivate::gotHello |
Definition at line 92 of file qdeclarativedebugserver.cpp.
Referenced by advertisePlugins().
QHash<QString, QDeclarativeDebugService *> QDeclarativeDebugServerPrivate::plugins |
Definition at line 90 of file qdeclarativedebugserver.cpp.
Referenced by advertisePlugins(), and loadConnectionPlugin().
QString QDeclarativeDebugServerPrivate::waitingForMsgFromService |
Definition at line 93 of file qdeclarativedebugserver.cpp.
bool QDeclarativeDebugServerPrivate::waitingForMsgSucceeded |
Definition at line 94 of file qdeclarativedebugserver.cpp.