mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
38 lines
855 B
Plaintext
38 lines
855 B
Plaintext
IDownloadManager
|
|
================
|
|
|
|
.. currentmodule:: mobase
|
|
|
|
.. autoclass:: IDownloadManager
|
|
:show-inheritance:
|
|
|
|
.. rubric:: Attributes Summary
|
|
|
|
.. autosummary::
|
|
|
|
~IDownloadManager.downloadComplete
|
|
~IDownloadManager.downloadFailed
|
|
~IDownloadManager.downloadPaused
|
|
~IDownloadManager.downloadRemoved
|
|
|
|
.. rubric:: Methods Summary
|
|
|
|
.. autosummary::
|
|
|
|
~IDownloadManager.downloadPath
|
|
~IDownloadManager.startDownloadNexusFile
|
|
~IDownloadManager.startDownloadURLs
|
|
|
|
.. rubric:: Attributes Documentation
|
|
|
|
.. autoattribute:: downloadComplete
|
|
.. autoattribute:: downloadFailed
|
|
.. autoattribute:: downloadPaused
|
|
.. autoattribute:: downloadRemoved
|
|
|
|
.. rubric:: Methods Documentation
|
|
|
|
.. automethod:: downloadPath
|
|
.. automethod:: startDownloadNexusFile
|
|
.. automethod:: startDownloadURLs
|