Base class for all LayoutItem (Item, EnumControl, FCurve, Button, Color, Spacer)  
 More...
 | 
| 
  | attributes | 
|   | 
| 
  | methodName | 
|   | 
| 
  | args | 
|   | 
| 
  | codeBefore | 
|   | 
| 
  | codeAfter | 
|   | code to place before the item 
  | 
|   | 
| 
  | condition | 
|   | code to place after the item 
  | 
|   | 
| 
  | args | 
|   | simple condition to place before the item 
  | 
|   | 
      
        
          | def gear.xsi.ppg.LayoutItem.__init__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
      
        
          | def gear.xsi.ppg.LayoutItem.getValue  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
Return the layout code as a string. 
Code is in Python. 
- Parameters
 - 
  
  
 
- Returns
 - String - The layout. 
 
 
 
      
        
          | def gear.xsi.ppg.LayoutItem.setAttribute  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          siPPGItemAttribute,  | 
        
        
           | 
           | 
            | 
          variant  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Set the attribute of an item widget. 
- Parameters
 - 
  
    | self |  | 
    | siPPGItemAttribute | String - Attribute.  | 
    | variant | Variant - Value.  | 
  
   
- Returns
 - String - The layout. 
 
 
 
The documentation for this class was generated from the following file:
- C:/datawork/__TECH__/GITHUB_REPOS/GEAR_mc/pythonlibs/gear/xsi/ppg.py