Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | ViewerFramework.VFCommand.ICOM --+ | | | mvCommand.MVICOM --+ | | | mvCommand.MVBondICOM --+ | RemoveBondsGUICommand
The RemoveBondsGUICommands provides an interactive way of deleting picked bonds. To use this command you need to first load it in the application. Once loaded you will find an entry called 'delete bonds' under the bonds entry in the Edit menu. You can then pick on the bonds you wish to delete. This command is undoable. Package : Pmv Module : bondsCommands Class : RemoveBondsGUICommand Command : removeBondsGC Synopsis: None<---removeBondsGC(bonds) Required Arguments: bonds : bond(s)
|
|||
|
onAddCmdToViewer(self) method called when an instance of this command is added to the viewer. |
||
| __init__(self, func=None) | ||
| guiCallback(self) | ||
| stop(self) | ||
| getObjects(self, pick) | ||
| dismiss(self) | ||
| done_cb(self) | ||
|
__call__(self,
bonds,
**kw) None <- removeBondsGC(bonds, **kw) |
||
|
doit(self,
bonds) virtual method. |
||
|
setupUndoBefore(self,
bonds) This method builds the self.undoCmds string. |
||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
|
None <- removeBondsGC(bonds, **kw) bonds: bonds
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:29 2007 | http://epydoc.sourceforge.net |