QLocalServer Class Reference
[QtNetwork module]
Inherits QObject.
Methods
Static Methods
Qt Signals
Detailed Description
Method Documentation
QLocalServer.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QLocalServer.close (self)
QString QLocalServer.errorString (self)
QString QLocalServer.fullServerName (self)
bool QLocalServer.hasPendingConnections (self)
QLocalServer.incomingConnection (self, sip.voidptr)
bool QLocalServer.isListening (self)
bool QLocalServer.listen (self, QString)
int QLocalServer.maxPendingConnections (self)
QLocalSocket QLocalServer.nextPendingConnection (self)
bool QLocalServer.removeServer (QString)
QString QLocalServer.serverName (self)
QLocalServer.setMaxPendingConnections (self, int)
(bool, bool timedOut) QLocalServer.waitForNewConnection (self, int msecs = 0)
Qt Signal Documentation
void newConnection ()
This is the default overload of this signal.