Package plugins :: Package misc :: Package hello :: Module main :: Class XYZPlugin
[hide private]
[frames] | no frames]

Class XYZPlugin

source code

libxyz.core.plugins.BasePlugin --+
                                 |
                                XYZPlugin

Example plugin

Instance Methods [hide private]
 
__init__(self, xyz) source code
 
prepare(self) source code
 
finalize(self) source code
 
say_hello(self)
Shows simple greeting dialog
source code
Class Variables [hide private]
  NAME = u"hello"
  AUTHOR = u"Max E. Kuznecov ~syhpoon <syhpoon@syhpoon.name>"
  VERSION = u"0.1"
  BRIEF_DESCRIPTION = u"Simple hello plugin"
  FULL_DESCRIPTION = u"...
  NAMESPACE = "misc"
Class Variable Details [hide private]

FULL_DESCRIPTION

Value:
u"""\
Hello plugin is an example of XYZCommander plugin.
It shows main aspects of plugin creation.
Functionality is limited to single method: say_hello
which shows greeting message box.\
"""