|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.WebBrowser.Tools.WebIconLoader</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.WebBrowser.Tools.WebIconLoader</h1> |
|
23 <p> |
|
24 Module implementing an object to load web site icons. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#WebIconLoader">WebIconLoader</a></td> |
|
34 <td>Class implementing a loader for web site icons.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="WebIconLoader" ID="WebIconLoader"></a> |
|
43 <h2>WebIconLoader</h2> |
|
44 <p> |
|
45 Class implementing a loader for web site icons. |
|
46 </p><h3>Signals</h3> |
|
47 <dl> |
|
48 <dt>iconLoaded(icon)</dt> |
|
49 <dd> |
|
50 emitted when the con has been loaded |
|
51 </dd> |
|
52 </dl> |
|
53 <h3>Derived from</h3> |
|
54 QObject |
|
55 <h3>Class Attributes</h3> |
|
56 <table> |
|
57 <tr><td>None</td></tr> |
|
58 </table> |
|
59 <h3>Class Methods</h3> |
|
60 <table> |
|
61 <tr><td>None</td></tr> |
|
62 </table> |
|
63 <h3>Methods</h3> |
|
64 <table> |
|
65 <tr> |
|
66 <td><a href="#WebIconLoader.__init__">WebIconLoader</a></td> |
|
67 <td>Constructor</td> |
|
68 </tr><tr> |
|
69 <td><a href="#WebIconLoader.__finished">__finished</a></td> |
|
70 <td>Private slot handling the downloaded icon.</td> |
|
71 </tr> |
|
72 </table> |
|
73 <h3>Static Methods</h3> |
|
74 <table> |
|
75 <tr><td>None</td></tr> |
|
76 </table> |
|
77 <a NAME="WebIconLoader.__init__" ID="WebIconLoader.__init__"></a> |
|
78 <h4>WebIconLoader (Constructor)</h4> |
|
79 <b>WebIconLoader</b>(<i>url, parent=None</i>) |
|
80 <p> |
|
81 Constructor |
|
82 </p><dl> |
|
83 <dt><i>url</i> (QUrl)</dt> |
|
84 <dd> |
|
85 URL to fetch the icon from |
|
86 </dd><dt><i>parent</i> (QObject)</dt> |
|
87 <dd> |
|
88 reference to the parent object |
|
89 </dd> |
|
90 </dl><a NAME="WebIconLoader.__finished" ID="WebIconLoader.__finished"></a> |
|
91 <h4>WebIconLoader.__finished</h4> |
|
92 <b>__finished</b>(<i></i>) |
|
93 <p> |
|
94 Private slot handling the downloaded icon. |
|
95 </p> |
|
96 <div align="right"><a href="#top">Up</a></div> |
|
97 <hr /> |
|
98 </body></html> |