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

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.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>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.WebBrowser.Tools.WebIconLoader</h1>
24
25 <p>
26 Module implementing an object to load web site icons.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#WebIconLoader">WebIconLoader</a></td>
39 <td>Class implementing a loader for web site icons.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr />
48 <hr />
49 <a NAME="WebIconLoader" ID="WebIconLoader"></a>
50 <h2>WebIconLoader</h2>
51
52 <p>
53 Class implementing a loader for web site icons.
54 </p>
55 <h3>Signals</h3>
56 <dl>
57
58 <dt>clearSslConfiguration()</dt>
59 <dd>
60 emitted to clear stored SSL data
61 </dd>
62 <dt>iconLoaded(icon)</dt>
63 <dd>
64 emitted when the icon has been loaded
65 </dd>
66 <dt>sslConfiguration(config)</dt>
67 <dd>
68 emitted to pass the SSL data
69 </dd>
70 </dl>
71 <h3>Derived from</h3>
72 QObject
73 <h3>Class Attributes</h3>
74
75 <table>
76 <tr><td>None</td></tr>
77 </table>
78 <h3>Class Methods</h3>
79
80 <table>
81 <tr><td>None</td></tr>
82 </table>
83 <h3>Methods</h3>
84
85 <table>
86
87 <tr>
88 <td><a href="#WebIconLoader.__init__">WebIconLoader</a></td>
89 <td>Constructor</td>
90 </tr>
91 <tr>
92 <td><a href="#WebIconLoader.__finished">__finished</a></td>
93 <td>Private slot handling the downloaded icon.</td>
94 </tr>
95 </table>
96 <h3>Static Methods</h3>
97
98 <table>
99 <tr><td>None</td></tr>
100 </table>
101
102 <a NAME="WebIconLoader.__init__" ID="WebIconLoader.__init__"></a>
103 <h4>WebIconLoader (Constructor)</h4>
104 <b>WebIconLoader</b>(<i>url, parent=None</i>)
105
106 <p>
107 Constructor
108 </p>
109 <dl>
110
111 <dt><i>url</i> (QUrl)</dt>
112 <dd>
113 URL to fetch the icon from
114 </dd>
115 <dt><i>parent</i> (QObject)</dt>
116 <dd>
117 reference to the parent object
118 </dd>
119 </dl>
120 <a NAME="WebIconLoader.__finished" ID="WebIconLoader.__finished"></a>
121 <h4>WebIconLoader.__finished</h4>
122 <b>__finished</b>(<i></i>)
123
124 <p>
125 Private slot handling the downloaded icon.
126 </p>
127 <div align="right"><a href="#top">Up</a></div>
128 <hr />
129 </body></html>

eric ide

mercurial