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

[ ENUM CLASS ] - File menu icons. More...

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

Static Public Attributes

string kNew = 'fileMenuNew.png'
 [ str ] - File new. More...
 
string kOpen = 'fileMenuOpen.png'
 [ str ] - File open. More...
 
string kSave = 'fileMenuSave.png'
 [ str ] - File save. More...
 
string kSaveAs = 'fileMenuSaveAs.png'
 [ str ] - File save as. More...
 
string kExit = 'fileMenuExit.png'
 [ str ] - File Exit. 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 ] - File menu icons.

Member Data Documentation

◆ kNew

string sQtWidgets.iconLib.FileMenu.kNew = 'fileMenuNew.png'
static

[ str ] - File new.

◆ kOpen

string sQtWidgets.iconLib.FileMenu.kOpen = 'fileMenuOpen.png'
static

[ str ] - File open.

◆ kSave

string sQtWidgets.iconLib.FileMenu.kSave = 'fileMenuSave.png'
static

[ str ] - File save.

◆ kSaveAs

string sQtWidgets.iconLib.FileMenu.kSaveAs = 'fileMenuSaveAs.png'
static

[ str ] - File save as.

◆ kExit

string sQtWidgets.iconLib.FileMenu.kExit = 'fileMenuExit.png'
static

[ str ] - File Exit.


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