

Public Member Functions | |
| a2dCommand_BandCurveMovePoint (a2dBandCurve *curve, double sweep, double y, bool up, int index) | |
| bool | Do (void) |
| bool | Undo (void) |
| a2dCanvasCommandProcessor * | GetCanvasCmp () |
Static Public Attributes | |
| static const a2dCommandId | COMID_BandCurveMovePoint |
Protected Attributes | |
| bool | m_up |
| double | m_sweep |
| double | m_y |
| int | m_index |
| a2dSmrtPtr< a2dBandCurve > | m_curve |
Definition at line 230 of file curve.cpp.