Qt 4.8
|
#include <qabstractsocketengine_p.h>
Public Functions | |
QAbstractSocketEnginePrivate () | |
Public Functions inherited from QObjectPrivate | |
void | _q_reregisterTimers (void *pointer) |
void | addConnection (int signal, Connection *c) |
void | cleanConnectionLists () |
void | connectNotify (const char *signal) |
void | deleteChildren () |
void | disconnectNotify (const char *signal) |
bool | isSender (const QObject *receiver, const char *signal) const |
bool | isSignalConnected (uint signalIdx) const |
Returns true if the signal with index signal_index from object sender is connected. More... | |
void | moveToThread_helper () |
QObjectPrivate (int version=QObjectPrivateVersion) | |
QObjectList | receiverList (const char *signal) const |
QObjectList | senderList () const |
void | setParent_helper (QObject *) |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
int | signalIndex (const char *signalName) const |
Returns the signal index used in the internal connectionLists vector. More... | |
virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
virtual | ~QObjectData ()=0 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QObjectPrivate | |
static void | clearGuards (QObject *) |
static QObjectPrivate * | get (QObject *o) |
static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Definition at line 200 of file qabstractsocketengine_p.h.
QAbstractSocketEnginePrivate::QAbstractSocketEnginePrivate | ( | ) |
Definition at line 79 of file qabstractsocketengine.cpp.
|
mutable |
Definition at line 207 of file qabstractsocketengine_p.h.
Referenced by QNativeSocketEnginePrivate::setError().
QHostAddress QAbstractSocketEnginePrivate::localAddress |
Definition at line 212 of file qabstractsocketengine_p.h.
Referenced by QNativeSocketEnginePrivate::fetchConnectionParameters(), QSocks5SocketEnginePrivate::parseRequestMethodReply(), and QSocks5SocketEnginePrivate::sendRequestMethod().
quint16 QAbstractSocketEnginePrivate::localPort |
Definition at line 213 of file qabstractsocketengine_p.h.
Referenced by QNativeSocketEnginePrivate::fetchConnectionParameters(), QSocks5SocketEnginePrivate::parseRequestMethodReply(), and QSocks5SocketEnginePrivate::sendRequestMethod().
QHostAddress QAbstractSocketEnginePrivate::peerAddress |
Definition at line 214 of file qabstractsocketengine_p.h.
Referenced by QNativeSocketEnginePrivate::fetchConnectionParameters(), and QSocks5SocketEnginePrivate::sendRequestMethod().
quint16 QAbstractSocketEnginePrivate::peerPort |
Definition at line 215 of file qabstractsocketengine_p.h.
Referenced by QNativeSocketEnginePrivate::fetchConnectionParameters(), and QSocks5SocketEnginePrivate::sendRequestMethod().
QAbstractSocketEngineReceiver* QAbstractSocketEnginePrivate::receiver |
Definition at line 216 of file qabstractsocketengine_p.h.
|
mutable |
Definition at line 206 of file qabstractsocketengine_p.h.
Referenced by QSocks5SocketEnginePrivate::parseAuthenticationMethodReply(), and QNativeSocketEnginePrivate::setError().
|
mutable |
Definition at line 208 of file qabstractsocketengine_p.h.
Referenced by QNativeSocketEnginePrivate::nativeBind(), QNativeSocketEnginePrivate::nativeConnect(), QNativeSocketEnginePrivate::nativeListen(), and QNativeSocketEnginePrivate::setError().
QAbstractSocket::NetworkLayerProtocol QAbstractSocketEnginePrivate::socketProtocol |
Definition at line 211 of file qabstractsocketengine_p.h.
Referenced by QNativeSocketEnginePrivate::fetchConnectionParameters(), QNativeSocketEnginePrivate::nativeMulticastInterface(), QNativeSocketEnginePrivate::nativeSetMulticastInterface(), QNativeSocketEnginePrivate::option(), and QNativeSocketEnginePrivate::setOption().
QAbstractSocket::SocketState QAbstractSocketEnginePrivate::socketState |
Definition at line 209 of file qabstractsocketengine_p.h.
Referenced by QNativeSocketEnginePrivate::nativeBind(), QNativeSocketEnginePrivate::nativeConnect(), and QNativeSocketEnginePrivate::nativeListen().
QAbstractSocket::SocketType QAbstractSocketEnginePrivate::socketType |
Definition at line 210 of file qabstractsocketengine_p.h.
Referenced by QNativeSocketEnginePrivate::fetchConnectionParameters(), and QNativeSocketEnginePrivate::setOption().