| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
yapsy.IPlugin.IPlugin --+
|
object --+ |
| |
lib.userparams.ClassPrefs --+
|
object --+ |
| |
debug.debugmixin --+
|
yapsy.plugins.IPeppyPlugin --+
|
RecentFilesPlugin
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| convenience | |||
|---|---|---|---|
|
Inherited from |
|||
| interface | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
Inherited from Inherited from |
|||
| interface | |||
|---|---|---|---|
|
|||
| Class Variables | |
default_classprefs = StrParam('history_file', 'recentfiles.txt
|
|
|
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.
|
Give the plugin a chance to configure itself the first time it is activated. Called during the plugin's first call to the activate method, which is typically during application initialization, after the application has loaded all its configuration information, but before the command line has been processed. It can also occur later in the application lifecycle if the plugin is loaded by some other means. This is for one-time initialization.
|
Give the plugin a chance to revoke a shutdown. Throw an exception to revoke a shutdown. The error message will be displayed to the user.
|
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 |
default_classprefs
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:25 2008 |