![]() |
Qt 6.x
The Qt SDK
|
#include <qhttpmultipart_p.h>
Inheritance diagram for QHttpPartPrivate:
Collaboration diagram for QHttpPartPrivate:Public Attributes | |
| QByteArray | body |
| QIODevice * | bodyDevice |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Public Attributes inherited from QNetworkHeadersPrivate | |
| RawHeadersList | rawHeaders |
| CookedHeadersMap | cookedHeaders |
| AttributesMap | attributes |
| QPointer< QObject > | originatingObject |
Additional Inherited Members | |
Public Types inherited from QNetworkHeadersPrivate | |
| typedef QPair< QByteArray, QByteArray > | RawHeaderPair |
| typedef QList< RawHeaderPair > | RawHeadersList |
| typedef QHash< QNetworkRequest::KnownHeaders, QVariant > | CookedHeadersMap |
| typedef QHash< QNetworkRequest::Attribute, QVariant > | AttributesMap |
Static Public Member Functions inherited from QNetworkHeadersPrivate | |
| static QDateTime | fromHttpDate (const QByteArray &value) |
| static QByteArray | toHttpDate (const QDateTime &dt) |
Definition at line 30 of file qhttpmultipart_p.h.
|
inline |
Definition at line 33 of file qhttpmultipart_p.h.
|
inline |
Definition at line 36 of file qhttpmultipart_p.h.
|
inline |
Definition at line 41 of file qhttpmultipart_p.h.
References bodyDevice, and other().
Here is the call graph for this function:| qint64 QHttpPartPrivate::bytesAvailable | ( | ) | const |
Definition at line 317 of file qhttpmultipart.cpp.
References body, bodyDevice, QIODevice::bytesAvailable(), bytesAvailable(), qMax(), and QByteArray::size().
Referenced by bytesAvailable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 48 of file qhttpmultipart_p.h.
References body, bodyDevice, other(), and QNetworkHeadersPrivate::rawHeaders.
Here is the call graph for this function:Definition at line 330 of file qhttpmultipart.cpp.
References body, bodyDevice, QByteArray::constData(), qMin(), QIODevice::read(), and QByteArray::size().
Here is the call graph for this function:| bool QHttpPartPrivate::reset | ( | ) |
Definition at line 376 of file qhttpmultipart.cpp.
References bodyDevice, QIODevice::reset(), and ret.
Here is the call graph for this function:
|
inline |
Definition at line 58 of file qhttpmultipart_p.h.
References body.
Referenced by QHttpPart::setBody().
Here is the caller graph for this function:Definition at line 54 of file qhttpmultipart_p.h.
References bodyDevice, and device.
Referenced by QHttpPart::setBodyDevice().
Here is the caller graph for this function:| qint64 QHttpPartPrivate::size | ( | ) | const |
Definition at line 364 of file qhttpmultipart.cpp.
References body, bodyDevice, QIODevice::size(), size(), and QByteArray::size().
Referenced by QHttpMultiPartIODevice::readData(), size(), and QHttpMultiPartIODevice::size().
Here is the call graph for this function:
Here is the caller graph for this function:| QByteArray QHttpPartPrivate::body |
Definition at line 70 of file qhttpmultipart_p.h.
Referenced by bytesAvailable(), operator==(), readData(), setBody(), and size().
| QIODevice* QHttpPartPrivate::bodyDevice |
Definition at line 71 of file qhttpmultipart_p.h.
Referenced by QHttpPartPrivate(), bytesAvailable(), QHttpMultiPartIODevice::isSequential(), operator==(), readData(), reset(), setBodyDevice(), and size().