2 * Copyright 2007, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
9 #ifndef FLIP_POINTS_COMMAND_H
10 #define FLIP_POINTS_COMMAND_H
12 #include "PathCommand.h"
16 class FlipPointsCommand
: public PathCommand
{
18 FlipPointsCommand(VectorPath
* path
,
21 virtual ~FlipPointsCommand();
23 virtual status_t
InitCheck();
25 virtual status_t
Perform();
26 virtual status_t
Undo();
28 virtual void GetName(BString
& name
);
35 #endif // FLIP_POINTS_COMMAND_H