gear_mc
 All Classes Namespaces Functions Variables
Public Member Functions | Public Attributes | List of all members
gear.xsi.ppg.Button Class Reference

Button item class. More...

Inheritance diagram for gear.xsi.ppg.Button:
gear.xsi.ppg.LayoutItem gear.xsi.ppg.LayoutComponent

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
 

Detailed Description

Button item class.

Constructor & Destructor Documentation

def gear.xsi.ppg.Button.__init__ (   self,
  scriptName,
  name = None 
)

Init method.

Parameters
self
scriptNameString - The parameter scriptname.
nameString - The parameter display name.

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