Package schrodinger :: Package application :: Package bioluminate :: Module pml_menus :: Class GenerateSelection
[hide private]
[frames] | no frames]

Class GenerateSelection

PyQt4.QtGui.QAction --+    
                      |    
                MAction --+
                          |
                         GenerateSelection

Select the atoms, then generate a selection object from them

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a GenerateSelection object
 
makeSelection(self, asl)
Select the atoms, then generate a selection object from them
 
command(self)
Select the atoms, then generate a selection object from them
Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

Create a GenerateSelection object

See parent class for argument documentation

Parameters:
  • mytype (str) - The string to append to the name of new objects created by this action
Overrides: MAction.__init__

makeSelection(self, asl)

 

Select the atoms, then generate a selection object from them

Parameters:
  • asl (str) - The ASL defining the atoms to select

command(self)

 

Select the atoms, then generate a selection object from them

Overrides: MAction.command