Module containing a web site icon storage object.
_WebIconProvider |
WebIconProvider | Class implementing a web site icon storage. |
instance | Global function to get a reference to the web icon provider and create it, if it hasn't been yet. |
Class implementing a web site icon storage.
None |
None |
WebIconProvider | Constructor |
__urlToString | Private method to convert an URL to a string. |
clear | Public method to clear the icons cache. |
close | Public method to close the web icon provider. |
iconDatabasePath | Public method o get the path for the web site icons store. |
iconForUrl | Public method to get an icon for an URL. |
load | Public method to load the web site icons. |
save | Public method to save the web site icons. |
saveIcon | Public method to save a web site icon. |
setIconDatabasePath | Public method to set the path for the web site icons store. |
showWebIconDialog | Public method to show a dialog to manage the Favicons. |
None |
Constructor
Private method to convert an URL to a string.
Public method to clear the icons cache.
Public method to close the web icon provider.
Public method o get the path for the web site icons store.
Public method to get an icon for an URL.
Public method to load the web site icons.
Public method to save the web site icons.
Public method to save a web site icon.
Public method to set the path for the web site icons store.
Public method to show a dialog to manage the Favicons.
Global function to get a reference to the web icon provider and create it, if it hasn't been yet.