OrsPluginLauncher_760ab492781711e885d484a6c8f5618e¶
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2021. |
| date: | Jun 24 2018 21:31 |
| dragonflyVersion: | |
| 3.6.0.487 (D) | |
| UUID: | 760ab492781711e885d484a6c8f5618e |
Class Code¶
-
class
OrsPythonPlugins.OrsPluginLauncher_760ab492781711e885d484a6c8f5618e.OrsPluginLauncher_760ab492781711e885d484a6c8f5618e.OrsPluginLauncher_760ab492781711e885d484a6c8f5618e(varname=None)¶ -
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
classmethod
getEligiblePluginsData()¶ Method called to know the plugins that can be opened with the Plugin Launcher. It is called from the Preferences plugin.
Returns: output (str) – string of the plugin classes separated by “||”
-
classmethod
getMainFormClass()¶ Gets the class of the main form
Returns: output –
-
getPluginsNamesToShow()¶
-
keepAlive= False¶
-
multiple= False¶
-
savable= True¶
-
setIncludePluginsDebugging(includePluginsDebugging)¶
-
setIncludePluginsFromPreferences(includePluginsFromPreferences)¶
-
classmethod
startup(openMainForm=True, includePluginsFromPreferences=True, includePluginsDebugging=False)¶
-