KDECore
#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
int KLocalSocketServerPrivate::descriptor |
Definition at line 57 of file klocalsocket_p.h.
QAbstractSocket::SocketError KLocalSocketServerPrivate::error |
Definition at line 60 of file klocalsocket_p.h.
QString KLocalSocketServerPrivate::errorString |
Definition at line 63 of file klocalsocket_p.h.
QString KLocalSocketServerPrivate::localPath |
Definition at line 62 of file klocalsocket_p.h.
int KLocalSocketServerPrivate::maxPendingConnections |
Definition at line 58 of file klocalsocket_p.h.
QQueue<KLocalSocket *> KLocalSocketServerPrivate::pendingConnections |
Definition at line 66 of file klocalsocket_p.h.
KLocalSocketServer* const KLocalSocketServerPrivate::q |
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.
KLocalSocket::LocalSocketType KLocalSocketServerPrivate::type |
Definition at line 61 of file klocalsocket_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.