QNetworkCacheMetaData
#include <QtNetwork/QNetworkCacheMetaData>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QNetworkCacheMetaData
Overview
Public Types Index
QHash< QNetworkRequest::Attribute, QVariant > | AttributesMap |
QPair< QByteArray, QByteArray > | RawHeader |
QList< RawHeader > | RawHeaderList |
Public Functions Index
QNetworkCacheMetaData () | |
QNetworkCacheMetaData (const QNetworkCacheMetaData &other) | |
~QNetworkCacheMetaData () | |
AttributesMap | attributes () const |
QDateTime | expirationDate () const |
bool | isValid () const |
QDateTime | lastModified () const |
bool | operator!= (const QNetworkCacheMetaData &other) const |
QNetworkCacheMetaData & | operator= (const QNetworkCacheMetaData &other) |
bool | operator== (const QNetworkCacheMetaData &other) const |
RawHeaderList | rawHeaders () const |
bool | saveToDisk () const |
void | setAttributes (const AttributesMap &attributes) |
void | setExpirationDate (const QDateTime &dateTime) |
void | setLastModified (const QDateTime &dateTime) |
void | setRawHeaders (const RawHeaderList &headers) |
void | setSaveToDisk (bool allow) |
void | setUrl (const QUrl &url) |
QUrl | url () const |
Public Types
typedef QPair< QByteArray, QByteArray >
Public Functions
Destructor.
bool
bool
bool
bool
void
void
void
void
void
void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy