2 * Copyright 2006-2007, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
8 #ifndef ADD_POINT_COMMAND_H
9 #define ADD_POINT_COMMAND_H
12 #include "PathCommand.h"
17 class AddPointCommand
: public PathCommand
{
19 AddPointCommand(VectorPath
* path
,
21 const int32
* selected
,
23 virtual ~AddPointCommand();
25 virtual status_t
Perform();
26 virtual status_t
Undo();
27 virtual status_t
Redo();
29 virtual void GetName(BString
& name
);
38 int32 fOldSelectionCount
;
41 #endif // ADD_POINT_COMMAND_H