Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | MVSaveSetCommand
Save a selection under a user specified name Package : Pmv Module : selectionCommands Class : MVSaveSetCommand Command : saveSet Synopsis: None <- saveSet(nodes, name, comments='No description', **kw) Required Arguments: nodes --- TreeNodeSet holding the current selection name --- name under which the selected set will be saved Optional Arguments: comments --- description of the saved set, default is 'No description' addToDashboard --whether to add set name to dashboard historylist, default is do not add
|
|||
|
doit(self,
nodes,
name,
comments=None,
addToDashboard=False) virtual method. |
||
|
__call__(self,
nodes,
name,
comments='No description',
**kw) None <- saveSet(nodes, name, comments='No description', **kw) |
||
|
buildFormDescr(self,
formName) descr <- buildFormDescr(self, formName): this virtual method is implemented in the classes derived from Command. |
||
|
guiCallback(self) Default callback function called by the gui |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
None <- saveSet(nodes, name, comments='No description', **kw) nodes --- TreeNodeSet holding the current selection name --- name under which the selected set will be saved comments --- description of the saved set, default is 'No description'
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:35 2007 | http://epydoc.sourceforge.net |