KLocalSocketServerPrivate Class Reference
#include <klocalsocket_p.h>
Public Member Functions | |
| KLocalSocketServerPrivate (KLocalSocketServer *qq) | |
| void | _k_newConnectionActivity () |
| void | close () |
| void | emitError (QAbstractSocket::SocketError, const QString &errorString) |
| bool | listen (const QString &path, KLocalSocket::LocalSocketType type) |
| bool | processSocketActivity () |
| bool | waitForNewConnection (int msec, bool *timedOut) |
Public Attributes | |
| int | descriptor |
| QAbstractSocket::SocketError | error |
| QString | errorString |
| QString | localPath |
| int | maxPendingConnections |
| QQueue< KLocalSocket * > | pendingConnections |
| KLocalSocketServer *const | q |
| QSocketNotifier * | readNotifier |
| QAbstractSocket::SocketState | state |
| KLocalSocket::LocalSocketType | type |
Detailed Description
Definition at line 51 of file klocalsocket_p.h.
Constructor & Destructor Documentation
| KLocalSocketServerPrivate::KLocalSocketServerPrivate | ( | KLocalSocketServer * | ) |
Definition at line 111 of file klocalsocket.cpp.
Member Function Documentation
| void KLocalSocketServerPrivate::_k_newConnectionActivity | ( | ) |
Definition at line 399 of file klocalsocket_unix.cpp.
| void KLocalSocketServerPrivate::close | ( | ) |
Definition at line 318 of file klocalsocket_unix.cpp.
| void KLocalSocketServerPrivate::emitError | ( | QAbstractSocket::SocketError | an_error, |
| const QString & | errorString | ||
| ) |
Definition at line 38 of file klocalsocket.cpp.
| bool KLocalSocketServerPrivate::listen | ( | const QString & | path, |
| KLocalSocket::LocalSocketType | type | ||
| ) |
Definition at line 238 of file klocalsocket_unix.cpp.
| bool KLocalSocketServerPrivate::processSocketActivity | ( | ) |
Definition at line 374 of file klocalsocket_unix.cpp.
Definition at line 337 of file klocalsocket_unix.cpp.
Member Data Documentation
Definition at line 57 of file klocalsocket_p.h.
| QAbstractSocket::SocketError KLocalSocketServerPrivate::error |
Definition at line 60 of file klocalsocket_p.h.
Definition at line 63 of file klocalsocket_p.h.
Definition at line 62 of file klocalsocket_p.h.
Definition at line 58 of file klocalsocket_p.h.
Definition at line 66 of file klocalsocket_p.h.
Definition at line 54 of file klocalsocket_p.h.
| QSocketNotifier* KLocalSocketServerPrivate::readNotifier |
Definition at line 65 of file klocalsocket_p.h.
| QAbstractSocket::SocketState KLocalSocketServerPrivate::state |
Definition at line 59 of file klocalsocket_p.h.
Definition at line 61 of file klocalsocket_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference