Qt 5.3
Qt Network
C++ Classes
QLocalServer
Qt 5.3.2 Reference Documentation
List of All Members for QLocalServer
This is the complete list of members for
QLocalServer
, including inherited members.
enum
SocketOption
flags
SocketOptions
QLocalServer
(QObject *)
~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
newConnection
()
nextPendingConnection
() : QLocalSocket *
removeServer
(const QString &) : bool
serverError
() const : QAbstractSocket::SocketError
serverName
() const : QString
setMaxPendingConnections
(int)
setSocketOptions
(SocketOptions)
socketOptions
() const : SocketOptions
waitForNewConnection
(int, bool *) : bool