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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7571
c34333fa5aba
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.WebBrowser.Tools.WebIconLoader</h1> 23 <h1>eric6.WebBrowser.Tools.WebIconLoader</h1>
24
23 <p> 25 <p>
24 Module implementing an object to load web site icons. 26 Module implementing an object to load web site icons.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#WebIconLoader">WebIconLoader</a></td> 38 <td><a href="#WebIconLoader">WebIconLoader</a></td>
34 <td>Class implementing a loader for web site icons.</td> 39 <td>Class implementing a loader for web site icons.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="WebIconLoader" ID="WebIconLoader"></a> 49 <a NAME="WebIconLoader" ID="WebIconLoader"></a>
43 <h2>WebIconLoader</h2> 50 <h2>WebIconLoader</h2>
51
44 <p> 52 <p>
45 Class implementing a loader for web site icons. 53 Class implementing a loader for web site icons.
46 </p><h3>Signals</h3> 54 </p>
55 <h3>Signals</h3>
47 <dl> 56 <dl>
57
48 <dt>iconLoaded(icon)</dt> 58 <dt>iconLoaded(icon)</dt>
49 <dd> 59 <dd>
50 emitted when the con has been loaded 60 emitted when the con has been loaded
51 </dd> 61 </dd>
52 </dl> 62 </dl>
53 <h3>Derived from</h3> 63 <h3>Derived from</h3>
54 QObject 64 QObject
55 <h3>Class Attributes</h3> 65 <h3>Class Attributes</h3>
66
56 <table> 67 <table>
57 <tr><td>None</td></tr> 68 <tr><td>None</td></tr>
58 </table> 69 </table>
59 <h3>Class Methods</h3> 70 <h3>Class Methods</h3>
71
60 <table> 72 <table>
61 <tr><td>None</td></tr> 73 <tr><td>None</td></tr>
62 </table> 74 </table>
63 <h3>Methods</h3> 75 <h3>Methods</h3>
76
64 <table> 77 <table>
78
65 <tr> 79 <tr>
66 <td><a href="#WebIconLoader.__init__">WebIconLoader</a></td> 80 <td><a href="#WebIconLoader.__init__">WebIconLoader</a></td>
67 <td>Constructor</td> 81 <td>Constructor</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#WebIconLoader.__finished">__finished</a></td> 84 <td><a href="#WebIconLoader.__finished">__finished</a></td>
70 <td>Private slot handling the downloaded icon.</td> 85 <td>Private slot handling the downloaded icon.</td>
71 </tr> 86 </tr>
72 </table> 87 </table>
73 <h3>Static Methods</h3> 88 <h3>Static Methods</h3>
89
74 <table> 90 <table>
75 <tr><td>None</td></tr> 91 <tr><td>None</td></tr>
76 </table> 92 </table>
93
77 <a NAME="WebIconLoader.__init__" ID="WebIconLoader.__init__"></a> 94 <a NAME="WebIconLoader.__init__" ID="WebIconLoader.__init__"></a>
78 <h4>WebIconLoader (Constructor)</h4> 95 <h4>WebIconLoader (Constructor)</h4>
79 <b>WebIconLoader</b>(<i>url, parent=None</i>) 96 <b>WebIconLoader</b>(<i>url, parent=None</i>)
97
80 <p> 98 <p>
81 Constructor 99 Constructor
82 </p><dl> 100 </p>
101 <dl>
102
83 <dt><i>url</i> (QUrl)</dt> 103 <dt><i>url</i> (QUrl)</dt>
84 <dd> 104 <dd>
85 URL to fetch the icon from 105 URL to fetch the icon from
86 </dd><dt><i>parent</i> (QObject)</dt> 106 </dd>
107 <dt><i>parent</i> (QObject)</dt>
87 <dd> 108 <dd>
88 reference to the parent object 109 reference to the parent object
89 </dd> 110 </dd>
90 </dl><a NAME="WebIconLoader.__finished" ID="WebIconLoader.__finished"></a> 111 </dl>
112 <a NAME="WebIconLoader.__finished" ID="WebIconLoader.__finished"></a>
91 <h4>WebIconLoader.__finished</h4> 113 <h4>WebIconLoader.__finished</h4>
92 <b>__finished</b>(<i></i>) 114 <b>__finished</b>(<i></i>)
115
93 <p> 116 <p>
94 Private slot handling the downloaded icon. 117 Private slot handling the downloaded icon.
95 </p> 118 </p>
96 <div align="right"><a href="#top">Up</a></div> 119 <div align="right"><a href="#top">Up</a></div>
97 <hr /> 120 <hr />

eric ide

mercurial