[ ENUM CLASS ] - Python file name suffixes.
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 ] - Python file name suffixes.
◆ kAbs
string sStashPackage.packageLib.PythonFileSuffix.kAbs = 'Abs' |
|
static |
◆ kAppInfo
string sStashPackage.packageLib.PythonFileSuffix.kAppInfo = 'App' |
|
static |
[ str ] - Application info.
◆ kCon
string sStashPackage.packageLib.PythonFileSuffix.kCon = 'Con' |
|
static |
◆ kCnt
string sStashPackage.packageLib.PythonFileSuffix.kCnt = 'Cnt' |
|
static |
◆ kCmd
string sStashPackage.packageLib.PythonFileSuffix.kCmd = 'Cmd' |
|
static |
◆ kDep
string sStashPackage.packageLib.PythonFileSuffix.kDep = 'Dep' |
|
static |
◆ kDepList
string sStashPackage.packageLib.PythonFileSuffix.kDepList = 'DepList' |
|
static |
[ str ] - Dependency list.
◆ kGui
string sStashPackage.packageLib.PythonFileSuffix.kGui = 'Gui' |
|
static |
[ str ] - Graphical User Interface.
◆ kWidget
string sStashPackage.packageLib.PythonFileSuffix.kWidget = 'Wgt' |
|
static |
[ str ] - Custom widgets.
◆ kLib
string sStashPackage.packageLib.PythonFileSuffix.kLib = 'Lib' |
|
static |
◆ kTest
string sStashPackage.packageLib.PythonFileSuffix.kTest = 'Test' |
|
static |
◆ kPro
string sStashPackage.packageLib.PythonFileSuffix.kPro = 'Pro' |
|
static |
◆ kProList
string sStashPackage.packageLib.PythonFileSuffix.kProList = 'ProList' |
|
static |
◆ kEx
string sStashPackage.packageLib.PythonFileSuffix.kEx = 'Ex' |
|
static |
◆ kExc
string sStashPackage.packageLib.PythonFileSuffix.kExc = 'Exc' |
|
static |
◆ kDoc
string sStashPackage.packageLib.PythonFileSuffix.kDoc = 'Doc' |
|
static |
[ str ] - Documentation (Doxygen main page).
The documentation for this class was generated from the following file: