2 * Copyright 2006-2007, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
8 #ifndef ADD_SHAPES_COMMAND_H
9 #define ADD_SHAPES_COMMAND_H
13 #include "IconBuild.h"
26 class AddShapesCommand
: public Command
{
29 ShapeContainer
* container
,
33 Selection
* selection
);
34 virtual ~AddShapesCommand();
36 virtual status_t
InitCheck();
38 virtual status_t
Perform();
39 virtual status_t
Undo();
41 virtual void GetName(BString
& name
);
44 ShapeContainer
* fContainer
;
50 Selection
* fSelection
;
53 #endif // ADD_SHAPES_COMMAND_H