![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qlocalsocket_p.h>
Static Public Member Functions | |
| static bool | parseSockaddr (const sockaddr_un &addr, uint len, QString &fullServerName, QString &serverName, bool &abstractNamespace) |
| Static Public Member Functions inherited from QObjectPrivate | |
| static bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (const QObject *o) |
| template<typename Func1, typename Func2> | |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1, typename Func2> | |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
| static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
| static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Additional Inherited Members | |
| Public Types inherited from QIODevicePrivate | |
| enum class | ReadLineOption { NotNullTerminated , NullTerminated } |
| enum | AccessMode : quint8 { Unset , Sequential , RandomAccess } |
| Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Definition at line 82 of file qlocalsocket_p.h.
| QLocalSocketPrivate::QLocalSocketPrivate | ( | ) |
Definition at line 17 of file qlocalsocket_tcp.cpp.
| void QLocalSocketPrivate::_q_abortConnectionAttempt | ( | ) |
Definition at line 428 of file qlocalsocket_unix.cpp.
| void QLocalSocketPrivate::_q_connectToSocket | ( | ) |
Tries to connect connectingName and connectingOpenMode
Definition at line 252 of file qlocalsocket_unix.cpp.
References cancelDelayedConnect(), and connectingSocket.
| void QLocalSocketPrivate::_q_errorOccurred | ( | QAbstractSocket::SocketError | newError | ) |
Definition at line 52 of file qlocalsocket_tcp.cpp.
| void QLocalSocketPrivate::_q_stateChanged | ( | QAbstractSocket::SocketState | newState | ) |
Definition at line 62 of file qlocalsocket_tcp.cpp.
| void QLocalSocketPrivate::cancelDelayedConnect | ( | ) |
Definition at line 434 of file qlocalsocket_unix.cpp.
Referenced by _q_connectToSocket().
Definition at line 370 of file qlocalsocket_unix.cpp.
| QString QLocalSocketPrivate::generateErrorString | ( | QLocalSocket::LocalSocketError | error, |
| const QString & | function ) const |
Definition at line 91 of file qlocalsocket_tcp.cpp.
| void QLocalSocketPrivate::init | ( | ) |
Definition at line 24 of file qlocalsocket_tcp.cpp.
|
static |
Definition at line 390 of file qlocalsocket_unix.cpp.
| void QLocalSocketPrivate::setErrorAndEmit | ( | QLocalSocket::LocalSocketError | error, |
| const QString & | function ) |
Definition at line 132 of file qlocalsocket_tcp.cpp.
| QString QLocalSocketPrivate::connectingName |
Definition at line 124 of file qlocalsocket_p.h.
| QIODevice::OpenMode QLocalSocketPrivate::connectingOpenMode |
Definition at line 126 of file qlocalsocket_p.h.
| int QLocalSocketPrivate::connectingSocket |
Definition at line 125 of file qlocalsocket_p.h.
Referenced by _q_connectToSocket().
| QTimer* QLocalSocketPrivate::connectTimer |
Definition at line 123 of file qlocalsocket_p.h.
| QSocketNotifier* QLocalSocketPrivate::delayConnect |
Definition at line 122 of file qlocalsocket_p.h.
| QString QLocalSocketPrivate::fullServerName |
Definition at line 130 of file qlocalsocket_p.h.
| QString QLocalSocketPrivate::serverName |
Definition at line 129 of file qlocalsocket_p.h.
| QLocalSocket::LocalSocketState QLocalSocketPrivate::state |
Definition at line 128 of file qlocalsocket_p.h.
| QLocalUnixSocket QLocalSocketPrivate::unixSocket |
Definition at line 111 of file qlocalsocket_p.h.