Data Structures | |
| class | Context |
| class | PluginsManager |
Functions | |
| def | initialize |
| def | find_menu |
| def | findMenu |
| def | AddFunction |
| def | entries |
Variables | |
| string | SEP = ":" |
| tuple | sgPyQt = SalomePyQt.SalomePyQt() |
| tuple | sg = libSALOME_Swig.SALOMEGUI_Swig() |
| dictionary | plugins = {} |
| current_plugins_manager = None | |
| def salome_pluginsmanager.initialize | ( | module, | |
| name, | |||
| basemenuname, | |||
| menuname | |||
| ) |
| def salome_pluginsmanager.find_menu | ( | smenu | ) |
| def salome_pluginsmanager.findMenu | ( | lmenu, | |
| menu | |||
| ) |
| def salome_pluginsmanager.AddFunction | ( | name, | |
| description, | |||
| script | |||
| ) |
Add a plugin function
Called by a user to register a function (script)
| def salome_pluginsmanager.entries | ( | ) |
Return the list of entries in menu: can be sorted or modified in place to customize menu content
| string salome_pluginsmanager::SEP = ":" |
| tuple salome_pluginsmanager.sgPyQt = SalomePyQt.SalomePyQt() |
| tuple salome_pluginsmanager.sg = libSALOME_Swig.SALOMEGUI_Swig() |
| dictionary salome_pluginsmanager.plugins = {} |