src/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebIconProvider.html

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebIconProvider.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebIconProvider.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,41 +7,39 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.Tools.WebIconProvider</h1>
-
 <p>
 Module containing a web site icon storage object.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>_WebIconProvider</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#WebIconProvider">WebIconProvider</a></td>
 <td>Class implementing a web site icon storage.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#instance">instance</a></td>
 <td>Global function to get a reference to the web icon provider and create it, if it hasn't been yet.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="WebIconProvider" ID="WebIconProvider"></a>
 <h2>WebIconProvider</h2>
-
 <p>
     Class implementing a web site icon storage.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -53,19 +51,17 @@
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#WebIconProvider.__init__">WebIconProvider</a></td>
 <td>Constructor</td>
@@ -111,19 +107,20 @@
 <td>Public method to show a dialog to manage the Favicons.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="WebIconProvider.__init__" ID="WebIconProvider.__init__"></a>
 <h4>WebIconProvider (Constructor)</h4>
 <b>WebIconProvider</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QObject)</dt>
@@ -134,10 +131,10 @@
 <a NAME="WebIconProvider.__urlToString" ID="WebIconProvider.__urlToString"></a>
 <h4>WebIconProvider.__urlToString</h4>
 <b>__urlToString</b>(<i>url</i>)
-
 <p>
         Private method to convert an URL to a string.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -160,24 +157,24 @@
 <a NAME="WebIconProvider.clear" ID="WebIconProvider.clear"></a>
 <h4>WebIconProvider.clear</h4>
 <b>clear</b>(<i></i>)
-
 <p>
         Public method to clear the icons cache.
 </p>
+
 <a NAME="WebIconProvider.close" ID="WebIconProvider.close"></a>
 <h4>WebIconProvider.close</h4>
 <b>close</b>(<i></i>)
-
 <p>
         Public method to close the web icon provider.
 </p>
+
 <a NAME="WebIconProvider.iconDatabasePath" ID="WebIconProvider.iconDatabasePath"></a>
 <h4>WebIconProvider.iconDatabasePath</h4>
 <b>iconDatabasePath</b>(<i></i>)
-
 <p>
         Public method o get the path for the web site icons store.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -193,10 +190,10 @@
 <a NAME="WebIconProvider.iconForUrl" ID="WebIconProvider.iconForUrl"></a>
 <h4>WebIconProvider.iconForUrl</h4>
 <b>iconForUrl</b>(<i>url</i>)
-
 <p>
         Public method to get an icon for an URL.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -219,24 +216,24 @@
 <a NAME="WebIconProvider.load" ID="WebIconProvider.load"></a>
 <h4>WebIconProvider.load</h4>
 <b>load</b>(<i></i>)
-
 <p>
         Public method to load the web site icons.
 </p>
+
 <a NAME="WebIconProvider.save" ID="WebIconProvider.save"></a>
 <h4>WebIconProvider.save</h4>
 <b>save</b>(<i></i>)
-
 <p>
         Public method to save the web site icons.
 </p>
+
 <a NAME="WebIconProvider.saveIcon" ID="WebIconProvider.saveIcon"></a>
 <h4>WebIconProvider.saveIcon</h4>
 <b>saveIcon</b>(<i>view</i>)
-
 <p>
         Public method to save a web site icon.
 </p>
+
 <dl>
 
 <dt><i>view</i> (WebBrowserView)</dt>
@@ -247,10 +244,10 @@
 <a NAME="WebIconProvider.setIconDatabasePath" ID="WebIconProvider.setIconDatabasePath"></a>
 <h4>WebIconProvider.setIconDatabasePath</h4>
 <b>setIconDatabasePath</b>(<i>path</i>)
-
 <p>
         Public method to set the path for the web site icons store.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -261,10 +258,10 @@
 <a NAME="WebIconProvider.showWebIconDialog" ID="WebIconProvider.showWebIconDialog"></a>
 <h4>WebIconProvider.showWebIconDialog</h4>
 <b>showWebIconDialog</b>(<i>parent=None</i>)
-
 <p>
         Public method to show a dialog to manage the Favicons.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -278,11 +275,11 @@
 <a NAME="instance" ID="instance"></a>
 <h2>instance</h2>
 <b>instance</b>(<i></i>)
-
 <p>
     Global function to get a reference to the web icon provider and create it,
     if it hasn't been yet.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -297,4 +294,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial