[ ENUM CLASS ] - Display color names enum class.
More...
|
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 names enum class.
◆ kHeaderLine
string sCore.displayLib.ColorName.kHeaderLine = 'kHeaderLine' |
|
static |
[ str ] - Header line color name.
◆ kHeaderText
string sCore.displayLib.ColorName.kHeaderText = 'kHeaderText' |
|
static |
[ str ] - Header color name.
◆ kInfo
string sCore.displayLib.ColorName.kInfo = 'kInfo' |
|
static |
[ str ] - Info color name.
◆ kSuccess
string sCore.displayLib.ColorName.kSuccess = 'kSuccess' |
|
static |
[ str ] - Success color name.
◆ kWarning
string sCore.displayLib.ColorName.kWarning = 'kWarning' |
|
static |
[ str ] - Warning color name.
◆ kFailure
string sCore.displayLib.ColorName.kFailure = 'kFailure' |
|
static |
[ str ] - Failure color name.
The documentation for this class was generated from the following file: