Stash Software API  2.0.0
Static Public Attributes | List of all members
sQtWidgets.iconLib.Feedback Class Reference

[ ENUM CLASS ] - Feedback icons. More...

Inheritance diagram for sQtWidgets.iconLib.Feedback:
sCore.enumAbs.Enum

Static Public Attributes

string kInfo = 'feedbackInfo.png'
 [ str ] - Info. More...
 
string kSuccess = 'feedbackSuccess.png'
 [ str ] - Success. More...
 
string kWarning = 'feedbackWarning.png'
 [ str ] - Warning. More...
 
string kError = 'feedbackError.png'
 [ str ] - Error. 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 ] - Feedback icons.

Member Data Documentation

◆ kInfo

string sQtWidgets.iconLib.Feedback.kInfo = 'feedbackInfo.png'
static

[ str ] - Info.

◆ kSuccess

string sQtWidgets.iconLib.Feedback.kSuccess = 'feedbackSuccess.png'
static

[ str ] - Success.

◆ kWarning

string sQtWidgets.iconLib.Feedback.kWarning = 'feedbackWarning.png'
static

[ str ] - Warning.

◆ kError

string sQtWidgets.iconLib.Feedback.kError = 'feedbackError.png'
static

[ str ] - Error.


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