42 #ifndef QDECLARATIVEDEBUGSERVICE_H 43 #define QDECLARATIVEDEBUGSERVICE_H 45 #include <QtCore/qobject.h> 47 #include <private/qdeclarativeglobal_p.h> 72 bool waitForMessage();
74 static int idForObject(
QObject *);
75 static QObject *objectForId(
int);
79 static bool isDebuggingEnabled();
80 static bool hasDebuggingClient();
83 virtual void statusChanged(
Status);
84 virtual void messageReceived(
const QByteArray &);
95 #endif // QDECLARATIVEDEBUGSERVICE_H #define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
static LibLoadStatus status
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_DECLARATIVE_EXPORT
#define Q_DECLARE_PRIVATE(Class)