Qt 5.3
Qt Network
C++ Classes
QTcpServer
Qt 5.3.0 Reference Documentation
List of All Members for QTcpServer
This is the complete list of members for
QTcpServer
, including inherited members.
QTcpServer
(QObject *)
~QTcpServer
()
acceptError
(QAbstractSocket::SocketError)
addPendingConnection
(QTcpSocket *)
close
()
errorString
() const : QString
hasPendingConnections
() const : bool
incomingConnection
(qintptr)
isListening
() const : bool
listen
(const QHostAddress &, quint16) : bool
maxPendingConnections
() const : int
newConnection
()
nextPendingConnection
() : QTcpSocket *
pauseAccepting
()
proxy
() const : QNetworkProxy
resumeAccepting
()
serverAddress
() const : QHostAddress
serverError
() const : QAbstractSocket::SocketError
serverPort
() const : quint16
setMaxPendingConnections
(int)
setProxy
(const QNetworkProxy &)
setSocketDescriptor
(qintptr) : bool
socketDescriptor
() const : qintptr
waitForNewConnection
(int, bool *) : bool