pycrossword
0.4
Pure-Python implementation of a crossword puzzle generator and editor
|
Base class General user plugins (placed in the 'general' category). More...
Additional Inherited Members | |
![]() | |
def | __init__ (self, plugin_manager) |
Constructor initializes a pointer to the PxPluginManager object. More... | |
def | activate (self) |
Called at plugin activation. More... | |
def | deactivate (self) |
Called the plugin is disabled. More... | |
def | test (self) |
Testing method: prints the plugin's class name by default. More... | |
def | get_prop (self, propname) |
References a member of the main window class. More... | |
![]() | |
plugin_manager | |
Base class General user plugins (placed in the 'general' category).
A bare-bones plugin source module would look like this: