MECO™ API Reference
Static Public Attributes | List of all members
mCore.displayLib.ColorName Class Reference

[ ENUM CLASS ] - Display color names enum class. More...

Inheritance diagram for mCore.displayLib.ColorName:
mCore.enumAbs.Enum

Static Public Attributes

string kHeaderLine = 'kHeaderLine'
 [ str ] - Header line color name.
 
string kHeaderText = 'kHeaderText'
 [ str ] - Header color name.
 
string kInfo = 'kInfo'
 [ str ] - Info color name.
 
string kSuccess = 'kSuccess'
 [ str ] - Success color name.
 
string kWarning = 'kWarning'
 [ str ] - Warning color name.
 
string kFailure = 'kFailure'
 [ str ] - Failure color name.
 

Additional Inherited Members

- Public Member Functions inherited from mCore.enumAbs.Enum
def listAttributes (cls, stringOnly=True, getValues=True, removeK=True, startAttrNamesLower=False)
 List static public attributes of the class. More...
 
def listAttributeElements (cls, attribute)
 List elements of a static public attribute. More...
 
def getAttributeNameFromValue (cls, value, removeK=True, defaultAttributeName=None, startLower=False)
 Get the name of the attribute for given value. More...
 
def getValueFromAttributeName (cls, attribute, removeK=False, defaultValue=None)
 Get value from attribute name. More...
 
def asDict (cls, removeK=True)
 Get all the attributes and their values in a dict instance. More...
 

Detailed Description

[ ENUM CLASS ] - Display color names enum class.


The documentation for this class was generated from the following file: