src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadManager.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadManager.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadManager.html	Fri Dec 22 17:24:07 2023 +0100
@@ -223,9 +223,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="DownloadManager.__addItem" ID="DownloadManager.__addItem"></a>
@@ -320,7 +320,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the current item (DownloadItem)
+reference to the current item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+DownloadItem
 </dd>
 </dl>
 <a NAME="DownloadManager.__customContextMenuRequested" ID="DownloadManager.__customContextMenuRequested"></a>
@@ -332,9 +338,9 @@
 </p>
 <dl>
 
-<dt><i>pos</i></dt>
+<dt><i>pos</i> (QPoint)</dt>
 <dd>
-position the context menu was requested (QPoint)
+position the context menu was requested
 </dd>
 </dl>
 <a NAME="DownloadManager.__finished" ID="DownloadManager.__finished"></a>
@@ -446,7 +452,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-number of active downloads (integer)
+number of active downloads
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="DownloadManager.allowQuit" ID="DownloadManager.allowQuit"></a>
@@ -459,7 +471,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating allowance to quit (boolean)
+flag indicating allowance to quit
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="DownloadManager.changeOccurred" ID="DownloadManager.changeOccurred"></a>
@@ -515,7 +533,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-current download directory (string)
+current download directory
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="DownloadManager.downloads" ID="DownloadManager.downloads"></a>
@@ -528,7 +552,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the downloads (list of DownloadItem)
+reference to the downloads
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of DownloadItem
 </dd>
 </dl>
 <a NAME="DownloadManager.downloadsCount" ID="DownloadManager.downloadsCount"></a>
@@ -567,7 +597,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-remove policy (integer)
+remove policy
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="DownloadManager.save" ID="DownloadManager.save"></a>
@@ -586,9 +622,9 @@
 </p>
 <dl>
 
-<dt><i>directory</i></dt>
+<dt><i>directory</i> (str)</dt>
 <dd>
-current download directory (string)
+current download directory
 </dd>
 </dl>
 <a NAME="DownloadManager.setRemovePolicy" ID="DownloadManager.setRemovePolicy"></a>
@@ -600,7 +636,7 @@
 </p>
 <dl>
 
-<dt><i>policy</i></dt>
+<dt><i>policy</i> (int)</dt>
 <dd>
 policy to be set
             (DownloadManager.RemoveExit, DownloadManager.RemoveNever,

eric ide

mercurial