| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
yapsy.IPlugin.IPlugin --+
|
object --+ |
| |
lib.userparams.ClassPrefs --+
|
object --+ |
| |
debug.debugmixin --+
|
yapsy.plugins.IPeppyPlugin --+
|
MPDPlugin
HSI viewer plugin to register modes and user interface.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| convenience | |||
|---|---|---|---|
|
Inherited from |
|||
| interface | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from |
| Class Variables | |
|
Inherited from Inherited from Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
Called at plugin activation to initialize some internal parameters. NOTE: if overridden in a subclass, make sure to call this method in the overriding method. In most cases, it's better to override activateHook instead.
|
Called when the plugin is disabled. NOTE: if overridden in a subclass, make sure to call this method in the overriding method.
|
Return list of major modes provided by the plugin. If this plugin provides any major modes, return a list or generator of all the major modes that this plugin is representing. Generally, a plugin will only represent a single mode, but it is possible to represent more.
|
Return list of minor modes provided by the plugin. Return an iterator containing the minor mode classes associated with this plugin.
|
Return list of actions provided by the plugin. Return an iterator containing the list of actions that are provided by this plugin. Actions are defined as subclasses of the SelectAction class in menu.py. They define the menubar, toolbar, and keyboard control commands.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:25 2008 |