MECO™ API Reference
|
[ ENUM CLASS ] - Display color enum class for Mac OS platform. More...
Static Public Attributes | |
string | kHeaderLine = '\033[0;37m{}\033[0m' |
[ str ] - Header line color. | |
string | kHeaderText = '\033[0;97m{}\033[0m' |
[ str ] - Header color. | |
string | kInfo = '\033[0;94m{}\033[0m' |
[ str ] - Info color. | |
string | kSuccess = '\033[0;32m{}\033[0m' |
[ str ] - Success color. | |
string | kWarning = '\033[0;33m{}\033[0m' |
[ str ] - Warning color. | |
string | kFailure = '\033[0;31m{}\033[0m' |
[ str ] - Failure color. | |
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... | |
[ ENUM CLASS ] - Display color enum class for Mac OS platform.