Public Member Functions | |
def | __init__ |
Init method. More... | |
Public Member Functions inherited from gear.xsi.ppg.LayoutCompound | |
def | __init__ |
Init method. More... | |
def | getItems |
Get the list of items of this LayoutCompound. More... | |
def | appendItems |
Append items to the item list of this LayoutCompound. More... | |
def | popItem |
Remove a LayoutItem from the item list of this LayoutCompound. More... | |
def | addGroup |
Add a Group to this LayoutCompound. More... | |
def | addRow |
Add a Row to this LayoutCompound. More... | |
def | addItem |
Add an Item to this LayoutCompound. More... | |
def | addEnumControl |
Add an EnumControl to this LayoutCompound. More... | |
def | addFCurve |
Add a FCurve to this LayoutCompound. More... | |
def | addFCurve2 |
Add a FCurve to this LayoutCompound. More... | |
def | addButton |
Add a Button to this LayoutCompound. More... | |
def | addColor |
Add a Color to this LayoutCompound. More... | |
def | addSpacer |
Add a Spacer to this LayoutCompound. More... | |
def | addString |
Add a String to this LayoutCompound. 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 | |
prefixMethod | |
suffixMethod | |
Public Attributes inherited from gear.xsi.ppg.LayoutCompound | |
items | |
List of all the items included in this LayoutCompound. More... | |
prefixMethod | |
suffixMethod | |
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 | |
Row class.
def gear.xsi.ppg.Row.__init__ | ( | self | ) |
Init method.
self |