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

Class AroundExpandSubMenu

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

The modify-around submenu of the action menu

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create an Around or Expand SubMenu object
Method Details [hide private]

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

 

Create an Around or Expand SubMenu object

Parameters:
  • title (str) - Title of the menu ('Around' or 'Expand' - the name triggers what type of selection is done

    See parent class for argument documentation

Overrides: PMLMenu.__init__