GOffice.GraphToolAction¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| data | object | r/w | user data. | 
| ref_count | int | r/w | |
| start_x | float | r/w | initial pointer horizontal position. | 
| start_y | float | r/w | initial pointer vertical position. | 
| tool | GOffice.GraphTool | r/w | GOffice.GraphTool | 
| view | GOffice.GraphView | r/w | GOffice.GraphView | 
Methods¶
| class | new(view, tool, x, y) | 
| double_click() | |
| free() | |
| move(x, y) | 
Details¶
- 
class GOffice.GraphToolAction¶
- 
classmethod new(view, tool, x, y)¶
- Parameters: - view (GOffice.GraphView) –
- tool (GOffice.GraphTool) –
- x (float) –
- y (float) –
 - Return type: 
- view (
 - 
double_click()¶
 - 
free()¶
 
- 
classmethod