Documentation/Source/eric6.WebBrowser.Tools.WebIconLoader.html

changeset 4918
71caf42a13d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.WebBrowser.Tools.WebIconLoader.html	Sun Apr 03 17:10:43 2016 +0200
@@ -0,0 +1,98 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.WebBrowser.Tools.WebIconLoader</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<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 />
+<a NAME="WebIconLoader" ID="WebIconLoader"></a>
+<h2>WebIconLoader</h2>
+<p>
+    Class implementing a loader for web site icons.
+</p><h3>Signals</h3>
+<dl>
+<dt>iconLoaded(icon)</dt>
+<dd>
+emitted when the con has been loaded
+</dd>
+</dl>
+<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>
+<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>
+<dt><i>url</i> (QUrl)</dt>
+<dd>
+URL to fetch the icon from
+</dd><dt><i>parent</i> (QObject)</dt>
+<dd>
+reference to the parent object
+</dd>
+</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>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial