42 #ifndef QDECLARATIVEDEBUGCLIENT_H 43 #define QDECLARATIVEDEBUGCLIENT_H 45 #include <QtNetwork/qtcpsocket.h> 47 #include <private/qdeclarativeglobal_p.h> 64 bool isConnected()
const;
91 virtual void statusChanged(
Status);
92 virtual void messageReceived(
const QByteArray &);
103 #endif // QDECLARATIVEDEBUGCLIENT_H
#define QT_END_NAMESPACE
This macro expands to.
QDeclarativeDebugConnectionPrivate * d
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.
The QTcpSocket class provides a TCP socket.
#define Q_DECLARATIVE_PRIVATE_EXPORT
#define Q_DECLARE_PRIVATE(Class)