64 <dt>pluginDeactivated(moduleName, pluginObject)</dt> |
64 <dt>pluginDeactivated(moduleName, pluginObject)</dt> |
65 <dd> |
65 <dd> |
66 emitted just after |
66 emitted just after |
67 a plugin was deactivated |
67 a plugin was deactivated |
68 </dd> |
68 </dd> |
|
69 <dt>pluginRepositoryFileDownloaded()</dt> |
|
70 <dd> |
|
71 emitted to indicate a completed |
|
72 download of the plugin repository file |
|
73 </dd> |
69 <dt>shutdown()</dt> |
74 <dt>shutdown()</dt> |
70 <dd> |
75 <dd> |
71 emitted at shutdown of the IDE |
76 emitted at shutdown of the IDE |
72 </dd> |
77 </dd> |
73 </dl> |
78 </dl> |
160 <td>Public method to deactivated all activated VCS plugins.</td> |
165 <td>Public method to deactivated all activated VCS plugins.</td> |
161 </tr> |
166 </tr> |
162 <tr> |
167 <tr> |
163 <td><a href="#PluginManager.doShutdown">doShutdown</a></td> |
168 <td><a href="#PluginManager.doShutdown">doShutdown</a></td> |
164 <td>Public method called to perform actions upon shutdown of the IDE.</td> |
169 <td>Public method called to perform actions upon shutdown of the IDE.</td> |
|
170 </tr> |
|
171 <tr> |
|
172 <td><a href="#PluginManager.downLoadRepositoryFile">downLoadRepositoryFile</a></td> |
|
173 <td>Public method to download the plugin repository file.</td> |
165 </tr> |
174 </tr> |
166 <tr> |
175 <tr> |
167 <td><a href="#PluginManager.finalizeSetup">finalizeSetup</a></td> |
176 <td><a href="#PluginManager.finalizeSetup">finalizeSetup</a></td> |
168 <td>Public method to finalize the setup of the plugin manager.</td> |
177 <td>Public method to finalize the setup of the plugin manager.</td> |
169 </tr> |
178 </tr> |
625 <b>doShutdown</b>(<i></i>) |
634 <b>doShutdown</b>(<i></i>) |
626 |
635 |
627 <p> |
636 <p> |
628 Public method called to perform actions upon shutdown of the IDE. |
637 Public method called to perform actions upon shutdown of the IDE. |
629 </p> |
638 </p> |
|
639 <a NAME="PluginManager.downLoadRepositoryFile" ID="PluginManager.downLoadRepositoryFile"></a> |
|
640 <h4>PluginManager.downLoadRepositoryFile</h4> |
|
641 <b>downLoadRepositoryFile</b>(<i>url=None</i>) |
|
642 |
|
643 <p> |
|
644 Public method to download the plugin repository file. |
|
645 </p> |
|
646 <dl> |
|
647 |
|
648 <dt><i>url</i> (QUrl or str (optional))</dt> |
|
649 <dd> |
|
650 URL to get the plugin repository file from |
|
651 (defaults to None) |
|
652 </dd> |
|
653 </dl> |
630 <a NAME="PluginManager.finalizeSetup" ID="PluginManager.finalizeSetup"></a> |
654 <a NAME="PluginManager.finalizeSetup" ID="PluginManager.finalizeSetup"></a> |
631 <h4>PluginManager.finalizeSetup</h4> |
655 <h4>PluginManager.finalizeSetup</h4> |
632 <b>finalizeSetup</b>(<i></i>) |
656 <b>finalizeSetup</b>(<i></i>) |
633 |
657 |
634 <p> |
658 <p> |