KonqPixmapProvider Class Reference
Inheritance diagram for KonqPixmapProvider:

Public Member Functions | |
virtual | ~KonqPixmapProvider () |
virtual QPixmap | pixmapFor (const QString &url, int size=0) |
void | load (KConfig *kc, const QString &key) |
void | save (KConfig *, const QString &key, const QStringList &items) |
void | clear () |
QString | iconNameFor (const QString &url) |
Static Public Member Functions | |
static KonqPixmapProvider * | self () |
Protected Member Functions | |
KonqPixmapProvider (QObject *parent=0, const char *name=0) | |
virtual void | notifyChange (bool isHost, QString hostOrURL, QString iconName) |
QPixmap | loadIcon (const QString &url, const QString &icon, int size) |
Detailed Description
Definition at line 32 of file konq_pixmapprovider.h.
Member Function Documentation
|
Looks up a pixmap for Uses a cache for the iconname of url. Definition at line 87 of file konq_pixmapprovider.cc. References iconNameFor(), and loadIcon(). |
|
Loads the cache to
Definition at line 92 of file konq_pixmapprovider.cc. |
|
Saves the cache to
Only those Definition at line 112 of file konq_pixmapprovider.cc. |
|
Clears the pixmap cache.
Definition at line 153 of file konq_pixmapprovider.cc. |
|
Looks up an iconname for Uses a cache for the iconname of url.
Definition at line 54 of file konq_pixmapprovider.cc. Referenced by pixmapFor(). |
|
Overridden from KonqFavIconMgr to update the cache.
Implements KonqFavIconMgr. Definition at line 130 of file konq_pixmapprovider.cc. |
The documentation for this class was generated from the following files: