

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