API reference - Class QNetworkCacheMetaDataNotation used in Ruby API documentation Description: Binding of QNetworkCacheMetaData Public constructors
Public methods
Detailed description[const] bool !=(const QNetworkCacheMetaData other)Description: Method bool QNetworkCacheMetaData::operator!=(const QNetworkCacheMetaData &other) [const] bool ==(const QNetworkCacheMetaData other)Description: Method bool QNetworkCacheMetaData::operator==(const QNetworkCacheMetaData &other) QNetworkCacheMetaData assign(const QNetworkCacheMetaData other)Description: Method QNetworkCacheMetaData &QNetworkCacheMetaData::operator=(const QNetworkCacheMetaData &other) [const] void assign(const QNetworkCacheMetaData other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] QNetworkCacheMetaData dupDescription: Creates a copy of self [const] QDateTime expirationDateDescription: Method QDateTime QNetworkCacheMetaData::expirationDate() void expirationDate=(const QDateTime dateTime)Description: Method void QNetworkCacheMetaData::setExpirationDate(const QDateTime &dateTime) [const] bool isValidDescription: Method bool QNetworkCacheMetaData::isValid() [const] bool isValid?Description: Method bool QNetworkCacheMetaData::isValid() [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] QDateTime lastModifiedDescription: Method QDateTime QNetworkCacheMetaData::lastModified() void lastModified=(const QDateTime dateTime)Description: Method void QNetworkCacheMetaData::setLastModified(const QDateTime &dateTime) [static] new QNetworkCacheMetaData newDescription: Constructor QNetworkCacheMetaData::QNetworkCacheMetaData() This method creates an object of class QNetworkCacheMetaData. [static] new QNetworkCacheMetaData new(const QNetworkCacheMetaData other)Description: Constructor QNetworkCacheMetaData::QNetworkCacheMetaData(const QNetworkCacheMetaData &other) This method creates an object of class QNetworkCacheMetaData. [const] QByteArrayPair[] rawHeadersDescription: Method QList<QPair<QByteArray, QByteArray> > QNetworkCacheMetaData::rawHeaders() void rawHeaders=(QByteArrayPair[] headers)Description: Method void QNetworkCacheMetaData::setRawHeaders(const QList<QPair<QByteArray, QByteArray> > &headers) [const] bool saveToDiskDescription: Method bool QNetworkCacheMetaData::saveToDisk() void saveToDisk=(bool allow)Description: Method void QNetworkCacheMetaData::setSaveToDisk(bool allow) void setExpirationDate(const QDateTime dateTime)Description: Method void QNetworkCacheMetaData::setExpirationDate(const QDateTime &dateTime) void setLastModified(const QDateTime dateTime)Description: Method void QNetworkCacheMetaData::setLastModified(const QDateTime &dateTime) void setRawHeaders(QByteArrayPair[] headers)Description: Method void QNetworkCacheMetaData::setRawHeaders(const QList<QPair<QByteArray, QByteArray> > &headers) void setSaveToDisk(bool allow)Description: Method void QNetworkCacheMetaData::setSaveToDisk(bool allow) void setUrl(const QUrl url)Description: Method void QNetworkCacheMetaData::setUrl(const QUrl &url) [const] QUrl urlDescription: Method QUrl QNetworkCacheMetaData::url() void url=(const QUrl url)Description: Method void QNetworkCacheMetaData::setUrl(const QUrl &url) |