Qt 5.15
Qt Network
C++ Classes
QLocalServer
Qt 5.15.12 Reference Documentation
List of All Members for QLocalServer
This is the complete list of members for
QLocalServer
, including inherited members.
QLocalServer
(QObject *)
enum
SocketOption
flags
SocketOptions
newConnection
()
~QLocalServer
()
close
()
errorString
() const : QString
fullServerName
() const : QString
hasPendingConnections
() const : bool
incomingConnection
(quintptr )
isListening
() const : bool
listen
(const QString &) : bool
listen
(qintptr ) : bool
maxPendingConnections
() const : int
nextPendingConnection
() : QLocalSocket *
removeServer
(const QString &) : bool
serverError
() const : QAbstractSocket::SocketError
serverName
() const : QString
setMaxPendingConnections
(int )
setSocketOptions
(SocketOptions )
socketDescriptor
() const : qintptr
socketOptions
() const : SocketOptions
waitForNewConnection
(int , bool *) : bool