4#ifndef QQMLDEBUGCONNECTION_P_H
5#define QQMLDEBUGCONNECTION_P_H
7#include <QtCore/qobject.h>
8#include <QtNetwork/qabstractsocket.h>
9#include <QtCore/private/qglobal_p.h>
61 void socketConnected();
62 void socketDisconnected();
63 void protocolReadyRead();
64 void handshakeTimeout();
SocketState
This enum describes the different states in which a socket can be.
SocketError
This enum describes the socket errors that can occur.
QObject * parent() const
Returns a pointer to the parent object.
bool isConnecting() const
bool addClient(const QString &name, QQmlDebugClient *client)
void socketError(QAbstractSocket::SocketError socketError)
void setMaximumDataStreamVersion(int maximumVersion)
bool sendMessage(const QString &name, const QByteArray &message)
bool removeClient(const QString &name)
QQmlDebugClient * client(const QString &name) const
float serviceVersion(const QString &serviceName) const
void socketStateChanged(QAbstractSocket::SocketState socketState)
int currentDataStreamVersion() const
bool waitForConnected(int msecs=30000)
void startLocalServer(const QString &fileName)
void connectToHost(const QString &hostName, quint16 port)
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
GLuint GLsizei const GLchar * message