2 * Copyright 2006, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
9 #ifndef CHANGE_POINT_COMMAND_H
10 #define CHANGE_POINT_COMMAND_H
14 #include "PathCommand.h"
16 class ChangePointCommand
: public PathCommand
{
18 ChangePointCommand(VectorPath
* path
,
20 const int32
* selected
,
22 virtual ~ChangePointCommand();
24 virtual status_t
InitCheck();
26 virtual status_t
Perform();
27 virtual status_t
Undo();
28 virtual status_t
Redo();
30 virtual void GetName(BString
& name
);
41 int32 fOldSelectionCount
;
44 #endif // CHANGE_POINT_COMMAND_H