| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
yapsy.IPlugin.IPlugin --+
|
object --+ |
| |
lib.userparams.ClassPrefs --+
|
object --+ |
| |
debug.debugmixin --+
|
yapsy.plugins.IPeppyPlugin --+
|
TutorialPlugin
The plugin object for the tutorial.
The plugin object describes the additional functionality that is provided by this code. There are a variety of interface methods provided by the superclass IPeppyPlugin, and only the interfaces actually used by the plugin need to be defined here. All others default to no-ops.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
Inherited from Inherited from |
|||
| convenience | |||
|---|---|---|---|
|
Inherited from |
|||
| interface | |||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from |
| Class Variables | |
classprefs = <peppy.lib.userparams.PrefsProxy object at 0x8533
|
|
|
Inherited from Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
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.
|
Return list of minor modes provided by the plugin. Return an iterator containing the minor mode classes associated with this plugin.
|
| Class Variable Details |
classprefs
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:27 2008 | http://epydoc.sourceforge.net |