Trees | Indices | Help |
|
---|
|
gmPlugin_Patient.BasePlugin --+ | gmPlugin_Patient.wxPatientPlugin --+ | gmCrypto
Plugin to encapsulate the cryptowidget
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Method Details |
|
Return tuple of (menuname, menuitem). menuname can be "tools", "view", "help", "file" If you return "None" no entry will be placed in any menu.
|
Return icon representing page on the toolbar. This is the default behaviour. GetIconData should return pickled, compressed and escaped string with the icon data. If you want to change the behaviour (because you want to load plugin icons from overseas via a satellite link or something you need to override this function in your plugin (class). Using this standard code also allows us to only import cPickle and zlib here and not in each and every plugin module which should speed up plugin load time :-)
|
Return the widget to display. Usually called from register(). The instance returned is the active object for event handling purposes.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 9 04:01:16 2010 | http://epydoc.sourceforge.net |