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

Class AsMenu

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

The Show->As submenu

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a As submenu object
Method Details [hide private]

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

 

Create a As 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__