KLocalSocketPrivate Class Reference
#include <klocalsocket_p.h>
Public Member Functions | |
| KLocalSocketPrivate (KLocalSocket *qq) | |
| void | connectToPath (const QString &path, KLocalSocket::LocalSocketType type, QAbstractSocket::OpenMode openMode) |
| void | emitError (QAbstractSocket::SocketError, const QString &errorString) |
Static Public Member Functions | |
| static KLocalSocketPrivate * | d (KLocalSocket *aq) |
Public Attributes | |
| QString | localPath |
| QString | peerPath |
| KLocalSocket *const | q |
| KLocalSocket::LocalSocketType | type |
Detailed Description
Definition at line 30 of file klocalsocket_p.h.
Constructor & Destructor Documentation
| KLocalSocketPrivate::KLocalSocketPrivate | ( | KLocalSocket * | ) | [inline] |
Definition at line 34 of file klocalsocket_p.h.
Member Function Documentation
| void KLocalSocketPrivate::connectToPath | ( | const QString & | path, |
| KLocalSocket::LocalSocketType | type, | ||
| QAbstractSocket::OpenMode | openMode | ||
| ) |
Definition at line 171 of file klocalsocket_unix.cpp.
| static KLocalSocketPrivate* KLocalSocketPrivate::d | ( | KLocalSocket * | aq | ) | [inline, static] |
Definition at line 47 of file klocalsocket_p.h.
| void KLocalSocketPrivate::emitError | ( | QAbstractSocket::SocketError | error, |
| const QString & | errorString | ||
| ) |
Definition at line 29 of file klocalsocket.cpp.
Member Data Documentation
Definition at line 38 of file klocalsocket_p.h.
Definition at line 39 of file klocalsocket_p.h.
Definition at line 33 of file klocalsocket_p.h.
Definition at line 40 of file klocalsocket_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference