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

Mon, 09 Jan 2023 11:22:56 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 09 Jan 2023 11:22:56 +0100
branch
eric7
changeset 9686
2eee7a645cba
parent 9209
b99e7fd55fd3
child 10478
de9106c55c3d
permissions
-rw-r--r--

Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.

<!DOCTYPE html>
<html><head>
<title>eric7.WebBrowser.Tools.WebIconLoader</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.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>clearSslConfiguration()</dt>
<dd>
emitted to clear stored SSL data
</dd>
<dt>iconLoaded(icon)</dt>
<dd>
emitted when the icon has been loaded
</dd>
<dt>sslConfiguration(config)</dt>
<dd>
emitted to pass the SSL data
</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>

eric ide

mercurial