| 
  
   
   
  
 
Base class of the script widget classes. More...
Public Slots | |
| Attribute * | data (int index=0) | 
| void | updateProperties (QScriptValue properties) | 
Signals | |
| void | dragStarted (QScriptValue dragContext) | 
| signal called on mouse down when picking this widget with the Transform tool  More... | |
| void | drag (QScriptValue dragContext) | 
| signal called when this widget is dragged with the Transform tool  More... | |
| void | dragEnded () | 
| signal called on mouse up after having manipulated this widget with the Transform tool  More... | |
Base class of the script widget classes.
      
  | 
  slot | 
Return the attribute at the given index. If no index is provide, return the first attribute.
| index | corresponding to the order in which they were provided at the widget creation. The indexes start at 0. | 
      
  | 
  signal | 
signal called when this widget is dragged with the Transform tool
| dragContext | A DragContext giving information about the currently dragged node and the picking point. | 
      
  | 
  signal | 
signal called on mouse up after having manipulated this widget with the Transform tool
      
  | 
  signal | 
signal called on mouse down when picking this widget with the Transform tool
| dragContext | A DragContext giving information about the currently dragged node and the picking point. | 
      
  | 
  slot |