mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
30 lines
756 B
Plaintext
30 lines
756 B
Plaintext
IPluginInstaller
|
|
================
|
|
|
|
.. currentmodule:: mobase
|
|
|
|
.. autoclass:: IPluginInstaller
|
|
:show-inheritance:
|
|
|
|
.. rubric:: Methods Summary
|
|
|
|
.. autosummary::
|
|
|
|
~IPluginInstaller.isArchiveSupported
|
|
~IPluginInstaller.isManualInstaller
|
|
~IPluginInstaller.onInstallationEnd
|
|
~IPluginInstaller.onInstallationStart
|
|
~IPluginInstaller.priority
|
|
~IPluginInstaller.setInstallationManager
|
|
~IPluginInstaller.setParentWidget
|
|
|
|
.. rubric:: Methods Documentation
|
|
|
|
.. automethod:: isArchiveSupported
|
|
.. automethod:: isManualInstaller
|
|
.. automethod:: onInstallationEnd
|
|
.. automethod:: onInstallationStart
|
|
.. automethod:: priority
|
|
.. automethod:: setInstallationManager
|
|
.. automethod:: setParentWidget
|