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
◆ KLocalSocketPrivate()
|
inline |
Definition at line 34 of file klocalsocket_p.h.
Member Function Documentation
◆ connectToPath()
| void KLocalSocketPrivate::connectToPath | ( | const QString & | path, |
| KLocalSocket::LocalSocketType | type, | ||
| QAbstractSocket::OpenMode | openMode | ||
| ) |
Definition at line 171 of file klocalsocket_unix.cpp.
◆ d()
|
inlinestatic |
Definition at line 47 of file klocalsocket_p.h.
◆ emitError()
| void KLocalSocketPrivate::emitError | ( | QAbstractSocket::SocketError | error, |
| const QString & | errorString | ||
| ) |
Definition at line 29 of file klocalsocket.cpp.
Member Data Documentation
◆ localPath
| QString KLocalSocketPrivate::localPath |
Definition at line 38 of file klocalsocket_p.h.
◆ peerPath
| QString KLocalSocketPrivate::peerPath |
Definition at line 39 of file klocalsocket_p.h.
◆ q
| KLocalSocket* const KLocalSocketPrivate::q |
Definition at line 33 of file klocalsocket_p.h.
◆ type
| 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 Sat Jan 18 2020 18:58:55 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 18:58:55 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.