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

Class AtomContextMenu

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

The context menu for right-clicks on non-selected atoms

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

Inherited from PMLContextMenu: post

Method Details [hide private]

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

 

Create a AtomContextMenu object

Parameters:
  • atom (schrodinger.structure._StructureAtom) - The atom object that was clicked on.

    See parent class for additional documentation

Overrides: PMLMenu.__init__