Public Member Functions | |
def | __init__ |
Init method. More... | |
Public Member Functions inherited from gear.xsi.ppg.LayoutItem | |
def | __init__ |
Init method. More... | |
def | setAttribute |
Set the attribute of an item widget. More... | |
def | getValue |
Return the layout code as a string. More... | |
Public Member Functions inherited from gear.xsi.ppg.LayoutComponent | |
def | __init__ |
Init method. More... | |
def | setCodeBefore |
Add custom code before the item. More... | |
def | setCodeAfter |
Add custom code after the item. More... | |
def | addCondition |
Simple condition to place before the item. More... | |
def | convertToAscii |
Make sure that all string in the list are in ascii and not unicode. More... | |
def | getAsString |
Add quotemark to string and return the list as a string. More... | |
Public Attributes | |
methodName | |
args | |
Public Attributes inherited from gear.xsi.ppg.LayoutItem | |
attributes | |
methodName | |
args | |
Public Attributes inherited from gear.xsi.ppg.LayoutComponent | |
codeBefore | |
codeAfter | |
code to place before the item | |
condition | |
code to place after the item | |
args | |
simple condition to place before the item | |
Button item class.
def gear.xsi.ppg.Button.__init__ | ( | self, | |
scriptName, | |||
name = None |
|||
) |