KonqFavIconMgr Class Reference
#include <konq_faviconmgr.h>
Inheritance diagram for KonqFavIconMgr:

Detailed Description
Maintains a list of custom icons per URL.This is only a stub for the "favicons" KDED Module
Definition at line 31 of file konq_faviconmgr.h.
Signals | |
void | changed () |
DCOP Member Functions | |
virtual ASYNC | notifyChange (bool, QString, QString)=0 |
Public Member Functions | |
KonqFavIconMgr (QObject *parent=0, const char *name=0) | |
Static Public Member Functions | |
static void | setIconForURL (const KURL &url, const KURL &iconURL) |
static void | downloadHostIcon (const KURL &url) |
static QString | iconForURL (const QString &url) |
Constructor & Destructor Documentation
KonqFavIconMgr::KonqFavIconMgr | ( | QObject * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Member Function Documentation
void KonqFavIconMgr::setIconForURL | ( | const KURL & | url, | |
const KURL & | iconURL | |||
) | [static] |
Downloads an icon from iconURL
and associates url
with it.
Definition at line 42 of file konq_faviconmgr.cc.
void KonqFavIconMgr::downloadHostIcon | ( | const KURL & | url | ) | [static] |
Downloads /favicon.ico from the host of url
and associates all URLs on that host with it (unless a more specific entry for a URL exists).
Definition at line 50 of file konq_faviconmgr.cc.
QString KonqFavIconMgr::iconForURL | ( | const QString & | url | ) | [static] |
Looks up an icon for url
and returns its name if found or QString::null otherwise.
Definition at line 37 of file konq_faviconmgr.cc.
virtual ASYNC KonqFavIconMgr::notifyChange | ( | bool | , | |
QString | , | |||
QString | ||||
) | [pure virtual] |
The documentation for this class was generated from the following files: