Definition at line 58 of file qlocalserver.h.
#include <qlocalserver.h>

Signals |
|
| void | newConnection () |
Public Member Functions |
|
| QLocalServer (QObject *parent=0) | |
| ~QLocalServer () | |
| void | close () |
| QString | errorString () const |
| virtual bool | hasPendingConnections () const |
| bool | isListening () const |
| bool | listen (const QString &name) |
| int | maxPendingConnections () const |
| virtual QLocalSocket * | nextPendingConnection () |
| QString | serverName () const |
| QString | fullServerName () const |
| QAbstractSocket::SocketError | serverError () const |
| void | setMaxPendingConnections (int numConnections) |
| bool | waitForNewConnection (int msec=0, bool *timedOut=0) |
Static Public Member Functions |
|
| static bool | removeServer (const QString &name) |
Protected Member Functions |
|
| virtual void | incomingConnection (quintptr socketDescriptor) |
| QLocalServer | ( | QObject * | parent = 0 |
) |
| ~QLocalServer | ( | ) |
| void newConnection | ( | ) | [signal] |
| void close | ( | ) |
| QString errorString | ( | ) | const |
| virtual bool hasPendingConnections | ( | ) | const [virtual] |
| bool isListening | ( | ) | const |
| bool listen | ( | const QString & | name | ) |
| int maxPendingConnections | ( | ) | const |
| virtual QLocalSocket* nextPendingConnection | ( | ) | [virtual] |
| QString serverName | ( | ) | const |
| QString fullServerName | ( | ) | const |
| static bool removeServer | ( | const QString & | name | ) | [static] |
| QAbstractSocket::SocketError serverError | ( | ) | const |
| void setMaxPendingConnections | ( | int | numConnections | ) |
| bool waitForNewConnection | ( | int | msec = 0, |
| bool * | timedOut = 0 |
||
| ) |
| virtual void incomingConnection | ( | quintptr | socketDescriptor | ) | [protected, virtual] |