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

Class SpaceContextMenu

PyQt4.QtGui.QMenu --+        
                    |        
              PMLMenu --+    
                        |    
           PMLContextMenu --+
                            |
                           SpaceContextMenu

The context menu for right-clicks in space

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

Inherited from PMLContextMenu: post

Method Details [hide private]

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

 

Create a SpaceContextMenu object

See parent class for documentation

Parameters:
  • parent - the owner of this menu
  • asl - the asl this action will apply to
  • owner - the object this Menu will operate on
Overrides: PMLMenu.__init__