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

Class IncludeInSelection

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

Include a specific object in the selection

Instance Methods [hide private]
 
command(self)
Include self.obj in the selection

Inherited from RestrictSelection: __init__

Method Details [hide private]

command(self)

 

Include self.obj in the selection

Overrides: MAction.command