| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
yapsy.IPlugin.IPlugin --+
|
object --+ |
| |
lib.userparams.ClassPrefs --+
|
object --+ |
| |
debug.debugmixin --+
|
yapsy.plugins.IPeppyPlugin --+
|
PythonPlugin
| 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 0x7c43
|
|
|
Inherited from Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Add entries to the about filesystem. The plugin may define additions to the about filesystem by returning a dict here. The about filesystem is a pseudo- filesystem that returns data from about: urls, and is used mostly for storing read-only help files or sample files. It is useful for adding help text for your plugin. The dict is keyed on the filename, and the value is the contents of the file.
|
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 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.
|
| Class Variable Details |
classprefs
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:26 2008 | http://epydoc.sourceforge.net |