libkonq
favicons.h
Go to the documentation of this file.
void infoMessage(QString iconURL, QString msg)
Progress info while downloading an icon.
void downloadHostIcon(const KUrl &url)
Downloads the icon for a given host if it was not downloaded before or the download was too long ago...
Definition: favicons.cpp:203
void iconChanged(bool isHost, QString hostOrURL, QString iconName)
Emitted once a new icon is available, for a host or url.
void error(bool isHost, QString hostOrURL, QString errorString)
Emitted if an error occurred while downloading the icon for the given host or url.
QString iconForUrl(const KUrl &url)
Looks up an icon name for a given URL.
Definition: favicons.cpp:146
FavIconsModule(QObject *parent, const QList< QVariant > &)
Definition: favicons.cpp:111
KDED Module to handle shortcut icons ("favicons") FavIconsModule implements a KDED Module that handle...
Definition: favicons.h:46
void setIconForUrl(const KUrl &url, const KUrl &iconURL)
Associates an icon with the given URL.
Definition: favicons.cpp:184
void forceDownloadHostIcon(const KUrl &url)
Downloads the icon for a given host, even if we tried very recently.
Definition: favicons.cpp:214
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.