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::KLocalSocketServerPrivate | ( | KLocalSocketServer * | ) |
Definition at line 111 of file klocalsocket.cpp.
Member Function Documentation
◆ _k_newConnectionActivity()
void KLocalSocketServerPrivate::_k_newConnectionActivity | ( | ) |
Definition at line 399 of file klocalsocket_unix.cpp.
◆ close()
void KLocalSocketServerPrivate::close | ( | ) |
Definition at line 318 of file klocalsocket_unix.cpp.
◆ emitError()
void KLocalSocketServerPrivate::emitError | ( | QAbstractSocket::SocketError | an_error, |
const QString & | errorString | ||
) |
Definition at line 38 of file klocalsocket.cpp.
◆ listen()
bool KLocalSocketServerPrivate::listen | ( | const QString & | path, |
KLocalSocket::LocalSocketType | type | ||
) |
Definition at line 238 of file klocalsocket_unix.cpp.
◆ processSocketActivity()
bool KLocalSocketServerPrivate::processSocketActivity | ( | ) |
Definition at line 374 of file klocalsocket_unix.cpp.
◆ waitForNewConnection()
Definition at line 337 of file klocalsocket_unix.cpp.
Member Data Documentation
◆ descriptor
int KLocalSocketServerPrivate::descriptor |
Definition at line 57 of file klocalsocket_p.h.
◆ error
QAbstractSocket::SocketError KLocalSocketServerPrivate::error |
Definition at line 60 of file klocalsocket_p.h.
◆ errorString
QString KLocalSocketServerPrivate::errorString |
Definition at line 63 of file klocalsocket_p.h.
◆ localPath
QString KLocalSocketServerPrivate::localPath |
Definition at line 62 of file klocalsocket_p.h.
◆ maxPendingConnections
int KLocalSocketServerPrivate::maxPendingConnections |
Definition at line 58 of file klocalsocket_p.h.
◆ pendingConnections
QQueue<KLocalSocket *> KLocalSocketServerPrivate::pendingConnections |
Definition at line 66 of file klocalsocket_p.h.
◆ q
KLocalSocketServer* const KLocalSocketServerPrivate::q |
Definition at line 54 of file klocalsocket_p.h.
◆ readNotifier
QSocketNotifier* KLocalSocketServerPrivate::readNotifier |
Definition at line 65 of file klocalsocket_p.h.
◆ state
QAbstractSocket::SocketState KLocalSocketServerPrivate::state |
Definition at line 59 of file klocalsocket_p.h.
◆ type
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.