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

Class CustomRecentColor

PyQt4.QtGui.QWidgetAction --+    
                            |    
                MWidgetAction --+
                                |
                               CustomRecentColor

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Subclass of MWidgetAction that Accepts the additional keyword arguments:

Inherited from MWidgetAction: command

Method Details [hide private]

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

 

Subclass of MWidgetAction that Accepts the additional keyword arguments:

Parameters:
  • color_name (str) - The Maestro color name to be used rather than asking the user to pick a color
Overrides: MWidgetAction.__init__