Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | VisionCommand
|
|||
| __init__(self, func=None) | ||
| onExitFromViewer(self) | ||
|
exit_cb(self) the original exit_cb() in simpleNE.py destroys the root, which we cannot do here. |
||
|
onAddCmdToViewer(self) method called when an instance of this command is added to the viewer. |
||
| interactiveExit_cb(self, event=None) | ||
|
onAddNewCmd(self,
cmd) method called whenever a new command is added to the viewer |
||
|
doit(self) virtual method. |
||
| show(self, event=None) | ||
| hide(self, event=None) | ||
|
guiCallback(self) Default callback function called by the gui |
||
|
__call__(self,
**kw) None <- vision(**kw) starts the visual programming environment |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:37 2007 | http://epydoc.sourceforge.net |