42 #ifndef QDECLARATIVEDEBUGSERVERCONNECTION_H 43 #define QDECLARATIVEDEBUGSERVERCONNECTION_H 45 #include <QtDeclarative/private/qdeclarativeglobal_p.h> 61 virtual void setPort(
int port,
bool bock) = 0;
62 virtual bool isConnected()
const = 0;
63 virtual void send(
const QByteArray &message) = 0;
64 virtual void disconnect() = 0;
65 virtual bool waitForMessage() = 0;
74 #endif // QDECLARATIVEDEBUGSERVERCONNECTION_H #define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
virtual ~QDeclarativeDebugServerConnection()
QDeclarativeDebugServerConnection()
#define Q_DECLARE_INTERFACE(IFace, IId)
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_DECLARATIVE_EXPORT
static QAuServer & server()