Home · All Classes · Modules

QAbstractNetworkCache Class Reference
[QtNetwork module]

Inherits QObject.

Inherited by QNetworkDiskCache.

Methods


Detailed Description


Method Documentation

QAbstractNetworkCache.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

int QAbstractNetworkCache.cacheSize (self)

This method is abstract and should be reimplemented in any sub-class.

QAbstractNetworkCache.clear (self)

This method is also a Qt slot with the C++ signature void clear().

This method is abstract and should be reimplemented in any sub-class.

QIODevice QAbstractNetworkCache.data (self, QUrl)

This method is abstract and should be reimplemented in any sub-class.

QAbstractNetworkCache.insert (self, QIODevice)

This method is abstract and should be reimplemented in any sub-class.

QNetworkCacheMetaData QAbstractNetworkCache.metaData (self, QUrl)

This method is abstract and should be reimplemented in any sub-class.

QIODevice QAbstractNetworkCache.prepare (self, QNetworkCacheMetaData)

This method is abstract and should be reimplemented in any sub-class.

bool QAbstractNetworkCache.remove (self, QUrl)

This method is abstract and should be reimplemented in any sub-class.

QAbstractNetworkCache.updateMetaData (self, QNetworkCacheMetaData)

This method is abstract and should be reimplemented in any sub-class.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0