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

Class SelectionSubMenu

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

A submenu that lists all enabled Entry objects

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create an Around or Expand SubMenu object
 
updateItems(self)
Update the items in the menu just before showing
Method Details [hide private]

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

 

Create an Around or Expand SubMenu object

Parameters:
  • action (QAction) - The action this menu should call when one of its items are selected.

    See parent class for argument documentation

Overrides: PMLMenu.__init__