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

Class GeneralContextSubMenu

PyQt4.QtGui.QMenu --+    
                    |    
              PMLMenu --+
                        |
                       GeneralContextSubMenu

The submenu that contains all the main actions used for most context menus

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a GeneralContextSubMenu item
Method Details [hide private]

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

 

Create a GeneralContextSubMenu item

See Parent class for argument documentation

Parameters:
  • title (str) - The title for this submenu
Overrides: PMLMenu.__init__