Qt 4.8
|
#include <qiodevice_p.h>
Public Types | |
enum | AccessMode { Unset, Sequential, RandomAccess } |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Public Functions | |
bool | isSequential () const |
virtual qint64 | peek (char *data, qint64 maxSize) |
virtual QByteArray | peek (qint64 maxSize) |
virtual bool | putCharHelper (char c) |
QIODevicePrivate () | |
virtual | ~QIODevicePrivate () |
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 | |
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 201 of file qiodevice_p.h.
Enumerator | |
---|---|
Unset | |
Sequential | |
RandomAccess |
Definition at line 227 of file qiodevice_p.h.
QIODevicePrivate::QIODevicePrivate | ( | ) |
Definition at line 119 of file qiodevice.cpp.
Referenced by QLocalSocketPrivate::setErrorString().
|
virtual |
Definition at line 134 of file qiodevice.cpp.
|
inline |
Definition at line 233 of file qiodevice_p.h.
Reimplemented in QSslSocketPrivate, and QBufferPrivate.
Definition at line 1502 of file qiodevice.cpp.
Referenced by QSslSocketPrivate::peek().
|
virtual |
Reimplemented in QSslSocketPrivate, and QBufferPrivate.
Definition at line 1516 of file qiodevice.cpp.
|
virtual |
Reimplemented in QFilePrivate.
Definition at line 1494 of file qiodevice.cpp.
Referenced by QFilePrivate::putCharHelper().
|
mutable |
Definition at line 232 of file qiodevice_p.h.
bool QIODevicePrivate::baseReadLineDataCalled |
Definition at line 222 of file qiodevice_p.h.
QIODevicePrivateLinearBuffer QIODevicePrivate::buffer |
Definition at line 215 of file qiodevice_p.h.
Referenced by QSslSocketPrivate::peek().
qint64 QIODevicePrivate::devicePos |
Definition at line 217 of file qiodevice_p.h.
QString QIODevicePrivate::errorString |
Definition at line 213 of file qiodevice_p.h.
Referenced by QSslSocketBackendPrivate::getErrorsFromOpenSsl(), QLocalSocketPrivate::init(), QFilePrivate::setError(), and QLocalSocketPrivate::setErrorString().
bool QIODevicePrivate::firstRead |
Definition at line 223 of file qiodevice_p.h.
QIODevice::OpenMode QIODevicePrivate::openMode |
Definition at line 212 of file qiodevice_p.h.
Referenced by QLocalSocketPrivate::_q_emitReadyRead(), QLocalSocketPrivate::_q_pipeClosed(), and QLocalSocketPrivate::destroyPipeHandles().
qint64* QIODevicePrivate::pDevicePos |
Definition at line 221 of file qiodevice_p.h.
qint64 QIODevicePrivate::pos |
Definition at line 216 of file qiodevice_p.h.
Referenced by QBufferPrivate::peek(), and qt_create_commandline().
qint64* QIODevicePrivate::pPos |
Definition at line 220 of file qiodevice_p.h.
qint64 QIODevicePrivate::seqDumpPos |
Definition at line 219 of file qiodevice_p.h.