Public Member Functions | |
| def | __init__ |
| The Constructor. | |
| def | get_infos |
| Reads out .info file of a plugin. | |
Public Attributes | |
| pyjama | |
| Reference to the pyjama object. | |
| loaded | |
| Dictionary holding loaded plugins. | |
| ignored | |
| List holding ignored plugins. | |
| plugins_by_name | |
| Dictionary of all plugins by name. | |
| pluginpath | |
| Pyjama's plugin directory. | |
| blacklisted_browser | |
| TRUE if pyhama crashed last run and browser where blacklisted for that reason. | |
| plugininfos | |
| List of plugin informations. | |
| imported_modules | |
| list of imported plugins | |
Main Plugin managment - reads a list of plugins, generates plugin infos and imports and loads plugins
Definition at line 69 of file clPlugin.py.
| def modules::clPlugin::Plugins::__init__ | ( | self, | ||
| pyjama | ||||
| ) |
The Constructor.
| self | The Object pointer | |
| pyjama | Reference to pyjama |
Definition at line 73 of file clPlugin.py.
| def modules::clPlugin::Plugins::get_infos | ( | self, | ||
| plugin | ||||
| ) |
Reads out .info file of a plugin.
| self | The Object pointer | |
| plugin | The plugin's filename as string |
Definition at line 228 of file clPlugin.py.
1.5.8