Part of stoqlib.lib.pluginmanager View In Hierarchy
| Method | __init__ | Undocumented |
| Method | _read_plugin_descriptions | Undocumented |
| Method | _register_plugin_description | Undocumented |
| Method | _import_plugin | Undocumented |
| Method | _get_plugin | Undocumented |
| Method | register_plugin | Registers a plugin, this is normally called in the plugin itself |
| Method | activate_plugins | Activates all enabled plugins |
| Method | enable_plugin | Enables a plugin. |
| Method | get_active_plugins | Gets a list of all active/enabled plugins |
| Method | has_plugin | Verify if the plugin is available or not. |
| Method | get_plugin_names | Gets a list of plugin names of available plugins. |
| Parameters | plugin | the plugin |
| type | an object implementing IPlugin
|
| Parameters | plugin_name | The name of the plugin |