NAME
Qt::Network::QLocalServer
PUBLIC METHODS
- QLocalServer(QObject * parent)
- QLocalServer(QObject * parent = 0)
- ~QLocalServer()
- void close()
- QString errorString()
- QString fullServerName()
- bool hasPendingConnections()
- bool isListening()
- bool listen(const QString & name)
- int maxPendingConnections()
- QLocalSocket * nextPendingConnection()
- static bool removeServer(const QString & name)
- QAbstractSocket::SocketError serverError()
- QString serverName()
- void setMaxPendingConnections(int numConnections)
- bool waitForNewConnection(int msec, bool * timedOut)
- bool waitForNewConnection(int msec, bool * timedOut = 0)
- bool waitForNewConnection(int msec = 0, bool * timedOut = 0)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.