Home | Trees | Indices | Help |
|
---|
|
object --+ | PluginInfo
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
is_activated Return the activated state of the plugin object. |
|||
Inherited from |
|
Set the namle and path of the plugin as well as the default values for other usefull variables. Warning The path attribute is the full path to the plugin if it is organised as a directory or the full path to a file without the .py extension if the plugin is defined by a simple file. In the later case, the actual plugin is reached via plugin_info.path+'.py'.
|
|
Set the version of the plugin. Used by subclasses to provide different handling of the version number. |
|
is_activatedReturn the activated state of the plugin object. Makes it possible to define a property.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Apr 9 12:17:52 2008 | http://epydoc.sourceforge.net |