Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | MVSelectSetCommand
This Command is used to select the saved set. Package : Pmv Module : selectionCommands Class : MVSelectSetCommand Command : selectSet Synopsis: None <- selectSet(setNames, only=False, negate=False) Required Arguments: setNameStr---name Optional Argumnets: only=negate=0:selected set is added to the selection only=0,negate=1: selected set is removed from the selection only=1,negate=0: selected set is the only thing selected
|
|||
| onRemoveObjectFromViewer(self, mol) | ||
|
setupUndoBefore(self,
name,
negate=False,
only=False) This method builds the self.undoCmds string. |
||
|
doit(self,
setNames,
negate=False,
only=False) None <- selectSet(setNames, only=False, negate=False) |
||
| guiCallback(self) | ||
|
__call__(self,
setNames,
negate=False,
only=False,
**kw) None <- selectSet(setNames, only=0, negate=0) |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
None <- selectSet(setNames, only=False, negate=False) setNames can be a string or a list of strings only=negate=0:selected set is added to the selection only=0, negate=1: selected set is removed from the selection only=1, negate=0: selected set is the only thing selected
|
|
None <- selectSet(setNames, only=0, negate=0) setNames can be a string or a list of strings only=negate=0:selected set is added to the selection only=0, negate=1: selected set is removed from the selection only=1, negate=0: selected set is the only thing selected
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:36 2007 | http://epydoc.sourceforge.net |