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