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

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
child 10493
f795d68d8e09
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadManager.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadManager.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Download.DownloadManager.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.Download.DownloadManager</h1>
-
 <p>
 Module implementing the download manager class.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#DownloadManager">DownloadManager</a></td>
 <td>Class implementing the download manager.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="DownloadManager" ID="DownloadManager"></a>
 <h2>DownloadManager</h2>
-
 <p>
     Class implementing the download manager.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -50,19 +49,20 @@
 <h3>Derived from</h3>
 QDialog, Ui_DownloadManager
 <h3>Class Attributes</h3>
+<table>
+<tr><td>RemoveExit</td></tr>
+<tr><td>RemoveNever</td></tr>
+<tr><td>RemoveSuccessFullDownload</td></tr>
+<tr><td>UpdateTimerTimeout</td></tr>
+</table>
 
-<table>
-<tr><td>RemoveExit</td></tr><tr><td>RemoveNever</td></tr><tr><td>RemoveSuccessFullDownload</td></tr><tr><td>UpdateTimerTimeout</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#DownloadManager.__init__">DownloadManager</a></td>
 <td>Constructor</td>
@@ -208,19 +208,20 @@
 <td>Protected event handler for timer events.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="DownloadManager.__init__" ID="DownloadManager.__init__"></a>
 <h4>DownloadManager (Constructor)</h4>
 <b>DownloadManager</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -231,10 +232,10 @@
 <a NAME="DownloadManager.__addItem" ID="DownloadManager.__addItem"></a>
 <h4>DownloadManager.__addItem</h4>
 <b>__addItem</b>(<i>itm, append=False</i>)
-
 <p>
         Private method to add a download to the list of downloads.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (DownloadItem)</dt>
@@ -249,11 +250,11 @@
 <a NAME="DownloadManager.__closeDownloadTab" ID="DownloadManager.__closeDownloadTab"></a>
 <h4>DownloadManager.__closeDownloadTab</h4>
 <b>__closeDownloadTab</b>(<i>url</i>)
-
 <p>
         Private method to close an empty tab, that was opened only for loading
         the download URL.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -264,59 +265,59 @@
 <a NAME="DownloadManager.__contextMenuCancel" ID="DownloadManager.__contextMenuCancel"></a>
 <h4>DownloadManager.__contextMenuCancel</h4>
 <b>__contextMenuCancel</b>(<i></i>)
-
 <p>
         Private method to cancel the current download.
 </p>
+
 <a NAME="DownloadManager.__contextMenuCopyLink" ID="DownloadManager.__contextMenuCopyLink"></a>
 <h4>DownloadManager.__contextMenuCopyLink</h4>
 <b>__contextMenuCopyLink</b>(<i></i>)
-
 <p>
         Private method to copy the download link to the clipboard.
 </p>
+
 <a NAME="DownloadManager.__contextMenuGotoPage" ID="DownloadManager.__contextMenuGotoPage"></a>
 <h4>DownloadManager.__contextMenuGotoPage</h4>
 <b>__contextMenuGotoPage</b>(<i></i>)
-
 <p>
         Private method to open the download page.
 </p>
+
 <a NAME="DownloadManager.__contextMenuOpen" ID="DownloadManager.__contextMenuOpen"></a>
 <h4>DownloadManager.__contextMenuOpen</h4>
 <b>__contextMenuOpen</b>(<i></i>)
-
 <p>
         Private method to open the downloaded file.
 </p>
+
 <a NAME="DownloadManager.__contextMenuOpenFolder" ID="DownloadManager.__contextMenuOpenFolder"></a>
 <h4>DownloadManager.__contextMenuOpenFolder</h4>
 <b>__contextMenuOpenFolder</b>(<i></i>)
-
 <p>
         Private method to open the folder containing the downloaded file.
 </p>
+
 <a NAME="DownloadManager.__contextMenuRemoveSelected" ID="DownloadManager.__contextMenuRemoveSelected"></a>
 <h4>DownloadManager.__contextMenuRemoveSelected</h4>
 <b>__contextMenuRemoveSelected</b>(<i></i>)
-
 <p>
         Private method to remove the selected downloads from the list.
 </p>
+
 <a NAME="DownloadManager.__contextMenuSelectAll" ID="DownloadManager.__contextMenuSelectAll"></a>
 <h4>DownloadManager.__contextMenuSelectAll</h4>
 <b>__contextMenuSelectAll</b>(<i></i>)
-
 <p>
         Private method to select all downloads.
 </p>
+
 <a NAME="DownloadManager.__currentItem" ID="DownloadManager.__currentItem"></a>
 <h4>DownloadManager.__currentItem</h4>
 <b>__currentItem</b>(<i></i>)
-
 <p>
         Private method to get a reference to the current item.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -332,10 +333,10 @@
 <a NAME="DownloadManager.__customContextMenuRequested" ID="DownloadManager.__customContextMenuRequested"></a>
 <h4>DownloadManager.__customContextMenuRequested</h4>
 <b>__customContextMenuRequested</b>(<i>pos</i>)
-
 <p>
         Private slot to handle the context menu request for the bookmarks tree.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -346,10 +347,10 @@
 <a NAME="DownloadManager.__finished" ID="DownloadManager.__finished"></a>
 <h4>DownloadManager.__finished</h4>
 <b>__finished</b>(<i>success</i>)
-
 <p>
         Private slot to handle a finished download.
 </p>
+
 <dl>
 
 <dt><i>success</i> (bool)</dt>
@@ -360,32 +361,32 @@
 <a NAME="DownloadManager.__load" ID="DownloadManager.__load"></a>
 <h4>DownloadManager.__load</h4>
 <b>__load</b>(<i></i>)
-
 <p>
         Private method to load the download settings.
 </p>
+
 <a NAME="DownloadManager.__startUpdateTimer" ID="DownloadManager.__startUpdateTimer"></a>
 <h4>DownloadManager.__startUpdateTimer</h4>
 <b>__startUpdateTimer</b>(<i></i>)
-
 <p>
         Private slot to start the update timer.
 </p>
+
 <a NAME="DownloadManager.__stopUpdateTimer" ID="DownloadManager.__stopUpdateTimer"></a>
 <h4>DownloadManager.__stopUpdateTimer</h4>
 <b>__stopUpdateTimer</b>(<i></i>)
-
 <p>
         Private slot to stop the update timer.
 </p>
+
 <a NAME="DownloadManager.__taskbarButton" ID="DownloadManager.__taskbarButton"></a>
 <h4>DownloadManager.__taskbarButton</h4>
 <b>__taskbarButton</b>(<i></i>)
-
 <p>
         Private method to get a reference to the task bar button (Windows
         only).
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -401,10 +402,10 @@
 <a NAME="DownloadManager.__testWebBrowserView" ID="DownloadManager.__testWebBrowserView"></a>
 <h4>DownloadManager.__testWebBrowserView</h4>
 <b>__testWebBrowserView</b>(<i>view, url</i>)
-
 <p>
         Private method to test a web browser view against an URL.
 </p>
+
 <dl>
 
 <dt><i>view</i> (WebBrowserView)</dt>
@@ -431,10 +432,10 @@
 <a NAME="DownloadManager.__updateRow" ID="DownloadManager.__updateRow"></a>
 <h4>DownloadManager.__updateRow</h4>
 <b>__updateRow</b>(<i>itm</i>)
-
 <p>
         Private slot to update a download item.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (DownloadItem)</dt>
@@ -445,10 +446,10 @@
 <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>
 <dt>Return:</dt>
 <dd>
@@ -464,10 +465,10 @@
 <a NAME="DownloadManager.allowQuit" ID="DownloadManager.allowQuit"></a>
 <h4>DownloadManager.allowQuit</h4>
 <b>allowQuit</b>(<i></i>)
-
 <p>
         Public method to check, if it is ok to quit.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -483,24 +484,24 @@
 <a NAME="DownloadManager.changeOccurred" ID="DownloadManager.changeOccurred"></a>
 <h4>DownloadManager.changeOccurred</h4>
 <b>changeOccurred</b>(<i></i>)
-
 <p>
         Public method to signal a change.
 </p>
+
 <a NAME="DownloadManager.cleanup" ID="DownloadManager.cleanup"></a>
 <h4>DownloadManager.cleanup</h4>
 <b>cleanup</b>(<i></i>)
-
 <p>
         Public slot to cleanup the downloads.
 </p>
+
 <a NAME="DownloadManager.closeEvent" ID="DownloadManager.closeEvent"></a>
 <h4>DownloadManager.closeEvent</h4>
 <b>closeEvent</b>(<i>evt</i>)
-
 <p>
         Protected event handler for the close event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QCloseEvent)</dt>
@@ -511,10 +512,10 @@
 <a NAME="DownloadManager.download" ID="DownloadManager.download"></a>
 <h4>DownloadManager.download</h4>
 <b>download</b>(<i>downloadRequest</i>)
-
 <p>
         Public method to download a file.
 </p>
+
 <dl>
 
 <dt><i>downloadRequest</i> (QWebEngineDownloadRequest)</dt>
@@ -526,10 +527,10 @@
 <a NAME="DownloadManager.downloadDirectory" ID="DownloadManager.downloadDirectory"></a>
 <h4>DownloadManager.downloadDirectory</h4>
 <b>downloadDirectory</b>(<i></i>)
-
 <p>
         Public method to get the current download directory.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -545,10 +546,10 @@
 <a NAME="DownloadManager.downloads" ID="DownloadManager.downloads"></a>
 <h4>DownloadManager.downloads</h4>
 <b>downloads</b>(<i></i>)
-
 <p>
         Public method to get a reference to the downloads.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -564,10 +565,10 @@
 <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>Return:</dt>
 <dd>
@@ -583,17 +584,17 @@
 <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>)
-
 <p>
         Private slot to cleanup the downloads.
 </p>
+
 <a NAME="DownloadManager.removePolicy" ID="DownloadManager.removePolicy"></a>
 <h4>DownloadManager.removePolicy</h4>
 <b>removePolicy</b>(<i></i>)
-
 <p>
         Public method to get the remove policy.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -609,17 +610,17 @@
 <a NAME="DownloadManager.save" ID="DownloadManager.save"></a>
 <h4>DownloadManager.save</h4>
 <b>save</b>(<i></i>)
-
 <p>
         Public method to save the download settings.
 </p>
+
 <a NAME="DownloadManager.setDownloadDirectory" ID="DownloadManager.setDownloadDirectory"></a>
 <h4>DownloadManager.setDownloadDirectory</h4>
 <b>setDownloadDirectory</b>(<i>directory</i>)
-
 <p>
         Public method to set the current download directory.
 </p>
+
 <dl>
 
 <dt><i>directory</i> (str)</dt>
@@ -630,10 +631,10 @@
 <a NAME="DownloadManager.setRemovePolicy" ID="DownloadManager.setRemovePolicy"></a>
 <h4>DownloadManager.setRemovePolicy</h4>
 <b>setRemovePolicy</b>(<i>policy</i>)
-
 <p>
         Public method to set the remove policy.
 </p>
+
 <dl>
 
 <dt><i>policy</i> (int)</dt>
@@ -646,24 +647,24 @@
 <a NAME="DownloadManager.show" ID="DownloadManager.show"></a>
 <h4>DownloadManager.show</h4>
 <b>show</b>(<i></i>)
-
 <p>
         Public slot to show the download manager dialog.
 </p>
+
 <a NAME="DownloadManager.shutdown" ID="DownloadManager.shutdown"></a>
 <h4>DownloadManager.shutdown</h4>
 <b>shutdown</b>(<i></i>)
-
 <p>
         Public method to stop the download manager.
 </p>
+
 <a NAME="DownloadManager.timerEvent" ID="DownloadManager.timerEvent"></a>
 <h4>DownloadManager.timerEvent</h4>
 <b>timerEvent</b>(<i>evt</i>)
-
 <p>
         Protected event handler for timer events.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QTimerEvent)</dt>
@@ -673,4 +674,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial