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

Class RestrictSelection

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

Restrict the selection to a specific object

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a RestrictSelection object
 
command(self)
Expand the selection to the atoms around the ASL for this object
Method Details [hide private]

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

 

Create a RestrictSelection object

Parameters:
  • obj (ToggleTableObject) - The ToggleTableObject the selection should be restricted to.

    See parent class for additional documentation

Overrides: MAction.__init__

command(self)

 

Expand the selection to the atoms around the ASL for this object

Overrides: MAction.command