diff -r e5d88ab9d84d -r 423c4db4101e eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html --- a/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html Fri Sep 03 19:56:55 2021 +0200 +++ b/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadItem.html Fri Sep 03 19:57:39 2021 +0200 @@ -38,6 +38,10 @@ <td><a href="#DownloadItem">DownloadItem</a></td> <td>Class implementing a widget controlling a download.</td> </tr> +<tr> +<td><a href="#DownloadState">DownloadState</a></td> +<td>Class implementing the various download states.</td> +</tr> </table> <h3>Functions</h3> @@ -73,7 +77,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>DownloadCancelled</td></tr><tr><td>DownloadSuccessful</td></tr><tr><td>Downloading</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -94,7 +98,7 @@ </tr> <tr> <td><a href="#DownloadItem.__downloadProgress">__downloadProgress</a></td> -<td>Private method to show the download progress.</td> +<td>Private slot to show the download progress.</td> </tr> <tr> <td><a href="#DownloadItem.__finished">__finished</a></td> @@ -221,14 +225,14 @@ <a NAME="DownloadItem.__init__" ID="DownloadItem.__init__"></a> <h4>DownloadItem (Constructor)</h4> -<b>DownloadItem</b>(<i>downloadItem=None, pageUrl=None, parent=None</i>) +<b>DownloadItem</b>(<i>downloadRequest=None, pageUrl=None, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>downloadItem</i> (QWebEngineDownloadItem)</dt> +<dt><i>downloadRequest</i> (QWebEngineDownloadRequest)</dt> <dd> reference to the download object containing the download data. @@ -251,22 +255,11 @@ </p> <a NAME="DownloadItem.__downloadProgress" ID="DownloadItem.__downloadProgress"></a> <h4>DownloadItem.__downloadProgress</h4> -<b>__downloadProgress</b>(<i>bytesReceived, bytesTotal</i>) +<b>__downloadProgress</b>(<i></i>) <p> - Private method to show the download progress. + Private slot to show the download progress. </p> -<dl> - -<dt><i>bytesReceived</i></dt> -<dd> -number of bytes received (integer) -</dd> -<dt><i>bytesTotal</i></dt> -<dd> -number of total bytes (integer) -</dd> -</dl> <a NAME="DownloadItem.__finished" ID="DownloadItem.__finished"></a> <h4>DownloadItem.__finished</h4> <b>__finished</b>(<i></i>) @@ -622,4 +615,36 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="DownloadState" ID="DownloadState"></a> +<h2>DownloadState</h2> + +<p> + Class implementing the various download states. +</p> +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> + +<table> +<tr><td>Cancelled</td></tr><tr><td>Downloading</td></tr><tr><td>Successful</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file