Qt 5.11
Qt Network
C++ Classes
QTcpServer
Qt 5.11.3 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
metaObject
() const : const QMetaObject *
newConnection
()
nextPendingConnection
() : QTcpSocket *
pauseAccepting
()
proxy
() const : QNetworkProxy
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
resumeAccepting
()
serverAddress
() const : QHostAddress
serverError
() const : QAbstractSocket::SocketError
serverPort
() const : quint16
setMaxPendingConnections
(int )
setProxy
(const QNetworkProxy &)
setSocketDescriptor
(qintptr ) : bool
socketDescriptor
() const : qintptr
staticMetaObject
: const QMetaObject
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
waitForNewConnection
(int , bool *) : bool