|
| enum | AccessMode { Unset,
Sequential,
RandomAccess
} |
| |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| |
| void | _q_abortConnectionAttempt () |
| | This function is called after a certain number of seconds has passed while waiting for a connection. More...
|
| |
| void | _q_connectToNextAddress () |
| | Called by a queued or direct connection from _q_startConnecting() or _q_testConnection(), this function takes the first address of the pending addresses list and tries to connect to it. More...
|
| |
| void | _q_forceDisconnect () |
| |
| void | _q_startConnecting (const QHostInfo &hostInfo) |
| | Slot connected to QHostInfo::lookupHost() in connectToHost(). More...
|
| |
| void | _q_testConnection () |
| | Tests if a connection has been established. More...
|
| |
| bool | canReadNotification () |
| | Slot connected to the read socket notifier. More...
|
| |
| bool | canWriteNotification () |
| | Slot connected to the write socket notifier. More...
|
| |
| void | connectionNotification () |
| | Slot connected to a notification of connection status change. More...
|
| |
| void | exceptionNotification () |
| |
| void | fetchConnectionParameters () |
| | Sets up the internal state after the connection has succeeded. More...
|
| |
| bool | flush () |
| | Writes pending data in the write buffers to the socket. More...
|
| |
| bool | initSocketLayer (QAbstractSocket::NetworkLayerProtocol protocol) |
| | Initializes the socket layer to by of type type, using the network layer protocol protocol. More...
|
| |
| void | proxyAuthenticationRequired (const QNetworkProxy &proxy, QAuthenticator *authenticator) |
| |
| | QAbstractSocketPrivate () |
| | Constructs a QAbstractSocketPrivate. More...
|
| |
| bool | readFromSocket () |
| | Reads data from the socket layer into the read buffer. More...
|
| |
| void | readNotification () |
| |
| void | resetSocketLayer () |
| | Resets the socket layer, clears the read and write buffers and deletes any socket notifiers. More...
|
| |
| void | resolveProxy (const QString &hostName, quint16 port) |
| | Resolve the proxy to its final value. More...
|
| |
| void | resolveProxy (quint16 port) |
| |
| void | setupSocketNotifiers () |
| |
| void | startConnectingByName (const QString &host) |
| | Starts the connection to host, like _q_startConnecting below, but without hostname resolution. More...
|
| |
| void | writeNotification () |
| |
| virtual | ~QAbstractSocketPrivate () |
| | Destructs the QAbstractSocket. More...
|
| |
| bool | isSequential () const |
| |
| virtual qint64 | peek (char *data, qint64 maxSize) |
| |
| virtual QByteArray | peek (qint64 maxSize) |
| |
| virtual bool | putCharHelper (char c) |
| |
| | QIODevicePrivate () |
| |
| virtual | ~QIODevicePrivate () |
| |
| 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 () |
| |
| virtual | ~QObjectData ()=0 |
| |
| virtual | ~QAbstractSocketEngineReceiver () |
| |
| static QAbstractSocketEngine * | getSocketEngine (QAbstractSocket *) |
| |
| static void | pauseSocketNotifiers (QAbstractSocket *) |
| |
| static void | resumeSocketNotifiers (QAbstractSocket *) |
| |
| 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) |
| |
| bool | abortCalled |
| |
| QList< QHostAddress > | addresses |
| |
| int | blockingTimeout |
| |
| int | cachedSocketDescriptor |
| |
| bool | closeCalled |
| |
| int | connectTimeElapsed |
| |
| QTimer * | connectTimer |
| |
| QTimer * | disconnectTimer |
| |
| bool | emittedBytesWritten |
| |
| bool | emittedReadyRead |
| |
| QHostAddress | host |
| |
| int | hostLookupId |
| |
| QString | hostName |
| |
| bool | isBuffered |
| |
| QHostAddress | localAddress |
| |
| quint16 | localPort |
| |
| QHostAddress | peerAddress |
| |
| QString | peerName |
| |
| quint16 | peerPort |
| |
| bool | pendingClose |
| |
| quint16 | port |
| |
| bool | prePauseExceptionSocketNotifierState |
| |
| bool | prePauseReadSocketNotifierState |
| |
| bool | prePauseWriteSocketNotifierState |
| |
| QNetworkProxy | proxy |
| |
| QNetworkProxy | proxyInUse |
| |
| QRingBuffer | readBuffer |
| |
| qint64 | readBufferMaxSize |
| |
| bool | readSocketNotifierCalled |
| |
| bool | readSocketNotifierState |
| |
| bool | readSocketNotifierStateSet |
| |
| QAbstractSocketEngine * | socketEngine |
| |
| QAbstractSocket::SocketError | socketError |
| |
| QAbstractSocket::SocketType | socketType |
| |
| QAbstractSocket::SocketState | state |
| |
| QRingBuffer | writeBuffer |
| |
| AccessMode | accessMode |
| |
| bool | baseReadLineDataCalled |
| |
| QIODevicePrivateLinearBuffer | buffer |
| |
| qint64 | devicePos |
| |
| QString | errorString |
| |
| bool | firstRead |
| |
| QIODevice::OpenMode | openMode |
| |
| qint64 * | pDevicePos |
| |
| qint64 | pos |
| |
| qint64 * | pPos |
| |
| qint64 | seqDumpPos |
| |
| union { |
| QObject * currentChildBeingDeleted |
| |
| QAbstractDeclarativeData * declarativeData |
| |
| }; | |
| |
| quint32 | connectedSignals [2] |
| |
| QObjectConnectionListVector * | connectionLists |
| |
| Sender * | currentSender |
| |
| QList< QPointer< QObject > > | eventFilters |
| |
| ExtraData * | extraData |
| |
| QString | objectName |
| |
| Connection * | senders |
| |
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount |
| |
| QThreadData * | threadData |
| |
| void * | unused |
| |
| uint | blockSig: 1 |
| |
| QObjectList | children |
| |
| uint | hasGuards: 1 |
| |
| uint | inEventHandler: 1 |
| |
| uint | inThreadChangeEvent: 1 |
| |
| uint | isWidget: 1 |
| |
| QMetaObject * | metaObject |
| |
| uint | ownObjectName: 1 |
| |
| QObject * | parent |
| |
| uint | pendTimer: 1 |
| |
| int | postedEvents |
| |
| QObject * | q_ptr |
| |
| uint | receiveChildEvents: 1 |
| |
| uint | sendChildEvents: 1 |
| |
| uint | unused: 22 |
| |
| uint | wasDeleted: 1 |
| |
Definition at line 61 of file qtcpsocket_p.h.