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

branch
eric7
changeset 10493
f795d68d8e09
parent 10479
856476537696
equal deleted inserted replaced
10492:53eac4c7d10b 10493:f795d68d8e09
11 Module implementing the download manager class. 11 Module implementing the download manager class.
12 </p> 12 </p>
13 13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15 <table> 15 <table>
16 <tr><td>None</td></tr> 16 <tr><td>DownloadManagerDefaultRemovePolicy</td></tr>
17 </table> 17 </table>
18 18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 <table> 20 <table>
21 <tr> 21 <tr>
22 <td><a href="#DownloadManager">DownloadManager</a></td> 22 <td><a href="#DownloadManager">DownloadManager</a></td>
23 <td>Class implementing the download manager.</td> 23 <td>Class implementing the download manager.</td>
24 </tr>
25 <tr>
26 <td><a href="#DownloadManagerRemovePolicy">DownloadManagerRemovePolicy</a></td>
27 <td>Class defining the remove policies.</td>
24 </tr> 28 </tr>
25 </table> 29 </table>
26 30
27 <h3>Functions</h3> 31 <h3>Functions</h3>
28 <table> 32 <table>
48 </dl> 52 </dl>
49 <h3>Derived from</h3> 53 <h3>Derived from</h3>
50 QDialog, Ui_DownloadManager 54 QDialog, Ui_DownloadManager
51 <h3>Class Attributes</h3> 55 <h3>Class Attributes</h3>
52 <table> 56 <table>
53 <tr><td>RemoveExit</td></tr>
54 <tr><td>RemoveNever</td></tr>
55 <tr><td>RemoveSuccessFullDownload</td></tr>
56 <tr><td>UpdateTimerTimeout</td></tr> 57 <tr><td>UpdateTimerTimeout</td></tr>
57 </table> 58 </table>
58 59
59 <h3>Class Methods</h3> 60 <h3>Class Methods</h3>
60 <table> 61 <table>
602 </dd> 603 </dd>
603 </dl> 604 </dl>
604 <dl> 605 <dl>
605 <dt>Return Type:</dt> 606 <dt>Return Type:</dt>
606 <dd> 607 <dd>
607 int 608 DownloadManagerRemovePolicy
608 </dd> 609 </dd>
609 </dl> 610 </dl>
610 <a NAME="DownloadManager.save" ID="DownloadManager.save"></a> 611 <a NAME="DownloadManager.save" ID="DownloadManager.save"></a>
611 <h4>DownloadManager.save</h4> 612 <h4>DownloadManager.save</h4>
612 <b>save</b>(<i></i>) 613 <b>save</b>(<i></i>)
635 Public method to set the remove policy. 636 Public method to set the remove policy.
636 </p> 637 </p>
637 638
638 <dl> 639 <dl>
639 640
640 <dt><i>policy</i> (int)</dt> 641 <dt><i>policy</i> (DownloadManagerRemovePolicy)</dt>
641 <dd> 642 <dd>
642 policy to be set 643 remove policy to be set
643 (DownloadManager.RemoveExit, DownloadManager.RemoveNever,
644 DownloadManager.RemoveSuccessFullDownload)
645 </dd> 644 </dd>
646 </dl> 645 </dl>
647 <a NAME="DownloadManager.show" ID="DownloadManager.show"></a> 646 <a NAME="DownloadManager.show" ID="DownloadManager.show"></a>
648 <h4>DownloadManager.show</h4> 647 <h4>DownloadManager.show</h4>
649 <b>show</b>(<i></i>) 648 <b>show</b>(<i></i>)
672 reference to the timer event 671 reference to the timer event
673 </dd> 672 </dd>
674 </dl> 673 </dl>
675 <div align="right"><a href="#top">Up</a></div> 674 <div align="right"><a href="#top">Up</a></div>
676 <hr /> 675 <hr />
676 <hr />
677 <a NAME="DownloadManagerRemovePolicy" ID="DownloadManagerRemovePolicy"></a>
678 <h2>DownloadManagerRemovePolicy</h2>
679 <p>
680 Class defining the remove policies.
681 </p>
682
683 <h3>Derived from</h3>
684 enum.Enum
685 <h3>Class Attributes</h3>
686 <table>
687 <tr><td>Exit</td></tr>
688 <tr><td>Never</td></tr>
689 <tr><td>SuccessfullDownload</td></tr>
690 </table>
691
692 <h3>Class Methods</h3>
693 <table>
694 <tr><td>None</td></tr>
695 </table>
696
697 <h3>Methods</h3>
698 <table>
699 <tr><td>None</td></tr>
700 </table>
701
702 <h3>Static Methods</h3>
703 <table>
704 <tr><td>None</td></tr>
705 </table>
706
707
708 <div align="right"><a href="#top">Up</a></div>
709 <hr />
677 </body></html> 710 </body></html>

eric ide

mercurial