QLocalServer
#include <QtNetwork/QLocalServer>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QLocalServer
Overview
Public Functions Index
QLocalServer (QObject *parent=0) | |
~QLocalServer () | |
void | close () |
QString | errorString () const |
QString | fullServerName () const |
virtual bool | hasPendingConnections () const |
bool | isListening () const |
bool | listen (const QString &name) |
int | maxPendingConnections () const |
virtual QLocalSocket * | nextPendingConnection () |
QAbstractSocket::SocketError | serverError () const |
QString | serverName () const |
void | setMaxPendingConnections (int numConnections) |
bool | waitForNewConnection (int msec=0, bool *timedOut=0) |
Static Public Functions Index
bool | removeServer (const QString &name) |
Protected Functions Index
virtual void | incomingConnection (quintptr socketDescriptor) |
Signals Index
void | newConnection () |
Public Functions
Destructor.
void
virtual bool
bool
bool
int
virtualQLocalSocket *
QAbstractSocket::SocketError
void
bool
Static Public Functions
bool
Protected Functions
virtual void
Signals
void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy