2 * Copyright 2006-2007, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
8 #ifndef REMOVE_SHAPES_COMMAND_H
9 #define REMOVE_SHAPES_COMMAND_H
13 #include "IconBuild.h"
24 class RemoveShapesCommand
: public Command
{
27 ShapeContainer
* container
,
30 virtual ~RemoveShapesCommand();
32 virtual status_t
InitCheck();
34 virtual status_t
Perform();
35 virtual status_t
Undo();
37 virtual void GetName(BString
& name
);
40 ShapeContainer
* fContainer
;
47 #endif // REMOVE_SHAPES_COMMAND_H