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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10478
de9106c55c3d
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.WebBrowser.Tools.WebIconLoader</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.WebBrowser.Tools.WebIconLoader</h1>
10
11 <p>
12 Module implementing an object to load web site icons.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#WebIconLoader">WebIconLoader</a></td>
25 <td>Class implementing a loader for web site icons.</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="WebIconLoader" ID="WebIconLoader"></a>
36 <h2>WebIconLoader</h2>
37
38 <p>
39 Class implementing a loader for web site icons.
40 </p>
41 <h3>Signals</h3>
42 <dl>
43
44 <dt>clearSslConfiguration()</dt>
45 <dd>
46 emitted to clear stored SSL data
47 </dd>
48 <dt>iconLoaded(icon)</dt>
49 <dd>
50 emitted when the icon has been loaded
51 </dd>
52 <dt>sslConfiguration(config)</dt>
53 <dd>
54 emitted to pass the SSL data
55 </dd>
56 </dl>
57 <h3>Derived from</h3>
58 QObject
59 <h3>Class Attributes</h3>
60
61 <table>
62 <tr><td>None</td></tr>
63 </table>
64 <h3>Class Methods</h3>
65
66 <table>
67 <tr><td>None</td></tr>
68 </table>
69 <h3>Methods</h3>
70
71 <table>
72
73 <tr>
74 <td><a href="#WebIconLoader.__init__">WebIconLoader</a></td>
75 <td>Constructor</td>
76 </tr>
77 <tr>
78 <td><a href="#WebIconLoader.__finished">__finished</a></td>
79 <td>Private slot handling the downloaded icon.</td>
80 </tr>
81 </table>
82 <h3>Static Methods</h3>
83
84 <table>
85 <tr><td>None</td></tr>
86 </table>
87
88 <a NAME="WebIconLoader.__init__" ID="WebIconLoader.__init__"></a>
89 <h4>WebIconLoader (Constructor)</h4>
90 <b>WebIconLoader</b>(<i>url, parent=None</i>)
91
92 <p>
93 Constructor
94 </p>
95 <dl>
96
97 <dt><i>url</i> (QUrl)</dt>
98 <dd>
99 URL to fetch the icon from
100 </dd>
101 <dt><i>parent</i> (QObject)</dt>
102 <dd>
103 reference to the parent object
104 </dd>
105 </dl>
106 <a NAME="WebIconLoader.__finished" ID="WebIconLoader.__finished"></a>
107 <h4>WebIconLoader.__finished</h4>
108 <b>__finished</b>(<i></i>)
109
110 <p>
111 Private slot handling the downloaded icon.
112 </p>
113 <div align="right"><a href="#top">Up</a></div>
114 <hr />
115 </body></html>

eric ide

mercurial