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

Class CustomColor

PyQt4.QtGui.QAction --+    
                      |    
                MAction --+
                          |
             object --+   |
                      |   |
       ColorRibbonMixin --+
                          |
                         CustomColor

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

Inherited from MAction: command

Inherited from ColorRibbonMixin: fixRibbons

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

 

Subclass of MAction 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: object.__init__