Qt 5.15
Qt Network
C++ Classes
QTcpServer
Qt 5.15.12 Reference Documentation
List of All Members for QTcpServer
This is the complete list of members for
QTcpServer
, including inherited members.
QTcpServer
(QObject *)
acceptError
(QAbstractSocket::SocketError )
newConnection
()
~QTcpServer
()
addPendingConnection
(QTcpSocket *)
close
()
errorString
() const : QString
hasPendingConnections
() const : bool
incomingConnection
(qintptr )
isListening
() const : bool
listen
(const QHostAddress &, quint16 ) : bool
maxPendingConnections
() const : int
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