--- a/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebIconLoader.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebIconLoader.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,33 +18,43 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.WebBrowser.Tools.WebIconLoader</h1> + <p> Module implementing an object to load web site icons. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#WebIconLoader">WebIconLoader</a></td> <td>Class implementing a loader for web site icons.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="WebIconLoader" ID="WebIconLoader"></a> <h2>WebIconLoader</h2> + <p> Class implementing a loader for web site icons. -</p><h3>Signals</h3> +</p> +<h3>Signals</h3> <dl> + <dt>iconLoaded(icon)</dt> <dd> emitted when the con has been loaded @@ -53,43 +63,56 @@ <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="#WebIconLoader.__init__">WebIconLoader</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#WebIconLoader.__finished">__finished</a></td> <td>Private slot handling the downloaded icon.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="WebIconLoader.__init__" ID="WebIconLoader.__init__"></a> <h4>WebIconLoader (Constructor)</h4> <b>WebIconLoader</b>(<i>url, parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>url</i> (QUrl)</dt> <dd> URL to fetch the icon from -</dd><dt><i>parent</i> (QObject)</dt> +</dd> +<dt><i>parent</i> (QObject)</dt> <dd> reference to the parent object </dd> -</dl><a NAME="WebIconLoader.__finished" ID="WebIconLoader.__finished"></a> +</dl> +<a NAME="WebIconLoader.__finished" ID="WebIconLoader.__finished"></a> <h4>WebIconLoader.__finished</h4> <b>__finished</b>(<i></i>) + <p> Private slot handling the downloaded icon. </p>