

Public Member Functions | |
| a2dCommand_VertexCurveMovePoint (a2dVertexCurve *curve, double x, double y, int index) | |
| bool | Do (void) |
| bool | Undo (void) |
| a2dCanvasCommandProcessor * | GetCanvasCmp () |
Static Public Attributes | |
| static const a2dCommandId | COMID_VertexCurveMovePoint |
Protected Attributes | |
| double | m_x |
| double | m_y |
| int | m_index |
| a2dSmrtPtr< a2dVertexCurve > | m_curve |
Definition at line 68 of file curve.cpp.