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

Class InvertCompleteSelection

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

Invert or complete the selection within an object

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a InvertCompleteSelection object

Inherited from MAction: command

Method Details [hide private]

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

 

Create a InvertCompleteSelection object

Parameters:
  • mytype (str) - Either 'invert' or 'complete' to control the selection behavior

    See parent class for additional documentation

Overrides: MAction.__init__