Stash Software API  2.0.0
Static Public Attributes | List of all members
sCore.displayLib.WindowsColor Class Reference

[ ENUM CLASS ] - Display color enum class for legacy Windows OS platform. More...

Inheritance diagram for sCore.displayLib.WindowsColor:
sCore.enumAbs.Enum

Static Public Attributes

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

Additional Inherited Members

- Public Member Functions inherited from sCore.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 enum class for legacy Windows OS platform.

Member Data Documentation

◆ kHeaderLine

string sCore.displayLib.WindowsColor.kHeaderLine = '{}'
static

[ str ] - Header line color.

◆ kHeaderText

string sCore.displayLib.WindowsColor.kHeaderText = '{}'
static

[ str ] - Header color.

◆ kInfo

string sCore.displayLib.WindowsColor.kInfo = '{}'
static

[ str ] - Info color.

◆ kSuccess

string sCore.displayLib.WindowsColor.kSuccess = '{}'
static

[ str ] - Success color.

◆ kWarning

string sCore.displayLib.WindowsColor.kWarning = '{}'
static

[ str ] - Warning color.

◆ kFailure

string sCore.displayLib.WindowsColor.kFailure = '{}'
static

[ str ] - Failure color.


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