Documentation/Source/eric6.WebBrowser.Download.DownloadManager.html

changeset 6153
0b18c86c03a1
parent 6123
39cd368143db
child 6225
56b6f18abc21
--- a/Documentation/Source/eric6.WebBrowser.Download.DownloadManager.html	Fri Feb 16 20:15:49 2018 +0100
+++ b/Documentation/Source/eric6.WebBrowser.Download.DownloadManager.html	Fri Feb 16 20:18:29 2018 +0100
@@ -43,7 +43,14 @@
 <h2>DownloadManager</h2>
 <p>
     Class implementing the download manager.
-</p>
+</p><h3>Signals</h3>
+<dl>
+<dt>downloadsCountChanged()</dt>
+<dd>
+emitted to indicate a change of the
+        count of download items
+</dd>
+</dl>
 <h3>Derived from</h3>
 QDialog, Ui_DownloadManager
 <h3>Class Attributes</h3>
@@ -105,7 +112,7 @@
 <td><a href="#DownloadManager.__updateRow">__updateRow</a></td>
 <td>Private slot to update a download item.</td>
 </tr><tr>
-<td><a href="#DownloadManager.activeDownloads">activeDownloads</a></td>
+<td><a href="#DownloadManager.activeDownloadsCount">activeDownloadsCount</a></td>
 <td>Public method to get the number of active downloads.</td>
 </tr><tr>
 <td><a href="#DownloadManager.allowQuit">allowQuit</a></td>
@@ -120,9 +127,6 @@
 <td><a href="#DownloadManager.closeEvent">closeEvent</a></td>
 <td>Protected event handler for the close event.</td>
 </tr><tr>
-<td><a href="#DownloadManager.count">count</a></td>
-<td>Public method to get the number of downloads.</td>
-</tr><tr>
 <td><a href="#DownloadManager.download">download</a></td>
 <td>Public method to download a file.</td>
 </tr><tr>
@@ -132,6 +136,9 @@
 <td><a href="#DownloadManager.downloads">downloads</a></td>
 <td>Public method to get a reference to the downloads.</td>
 </tr><tr>
+<td><a href="#DownloadManager.downloadsCount">downloadsCount</a></td>
+<td>Public method to get the number of downloads.</td>
+</tr><tr>
 <td><a href="#DownloadManager.on_cleanupButton_clicked">on_cleanupButton_clicked</a></td>
 <td>Private slot cleanup the downloads.</td>
 </tr><tr>
@@ -263,9 +270,9 @@
 <dd>
 reference to the download item
 </dd>
-</dl><a NAME="DownloadManager.activeDownloads" ID="DownloadManager.activeDownloads"></a>
-<h4>DownloadManager.activeDownloads</h4>
-<b>activeDownloads</b>(<i></i>)
+</dl><a NAME="DownloadManager.activeDownloadsCount" ID="DownloadManager.activeDownloadsCount"></a>
+<h4>DownloadManager.activeDownloadsCount</h4>
+<b>activeDownloadsCount</b>(<i></i>)
 <p>
         Public method to get the number of active downloads.
 </p><dl>
@@ -303,16 +310,6 @@
 <dd>
 reference to the close event
 </dd>
-</dl><a NAME="DownloadManager.count" ID="DownloadManager.count"></a>
-<h4>DownloadManager.count</h4>
-<b>count</b>(<i></i>)
-<p>
-        Public method to get the number of downloads.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-number of downloads (integer)
-</dd>
 </dl><a NAME="DownloadManager.download" ID="DownloadManager.download"></a>
 <h4>DownloadManager.download</h4>
 <b>download</b>(<i>downloadItem</i>)
@@ -344,6 +341,21 @@
 <dd>
 reference to the downloads (list of DownloadItem)
 </dd>
+</dl><a NAME="DownloadManager.downloadsCount" ID="DownloadManager.downloadsCount"></a>
+<h4>DownloadManager.downloadsCount</h4>
+<b>downloadsCount</b>(<i></i>)
+<p>
+        Public method to get the number of downloads.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+number of downloads
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
 </dl><a NAME="DownloadManager.on_cleanupButton_clicked" ID="DownloadManager.on_cleanupButton_clicked"></a>
 <h4>DownloadManager.on_cleanupButton_clicked</h4>
 <b>on_cleanupButton_clicked</b>(<i></i>)

eric ide

mercurial