KDECore
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
|
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.
|
inlinestatic |
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
QString KLocalSocketPrivate::localPath |
Definition at line 38 of file klocalsocket_p.h.
QString KLocalSocketPrivate::peerPath |
Definition at line 39 of file klocalsocket_p.h.
KLocalSocket* const KLocalSocketPrivate::q |
Definition at line 33 of file klocalsocket_p.h.
KLocalSocket::LocalSocketType KLocalSocketPrivate::type |
Definition at line 40 of file klocalsocket_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.