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

Class ExtendSubMenu

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

The modify-extend submenu of the action menu

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

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

 

Create an Extend SubMenu object

See parent class for argument 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__