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

Class Clean

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

Instance Methods [hide private]
 
command(self)
Minimize the entry.

Inherited from MAction: __init__

Method Details [hide private]

command(self)

 

Minimize the entry. Since this command only works on the entire workspace or selected atoms, we select the atoms involved and then minimize. Since we don't know when the minimization ends, we can't deselect the atoms. So we'll consider the selection of the clean'd moiety a feature.

Overrides: MAction.command