2 * Copyright 2006-2007, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
8 #ifndef MOVE_SHAPES_COMMAND_H
9 #define MOVE_SHAPES_COMMAND_H
13 #include "IconBuild.h"
16 // TODO: make a templated "move items" command?
26 class MovePathsCommand
: public Command
{
29 PathContainer
* container
,
33 virtual ~MovePathsCommand();
35 virtual status_t
InitCheck();
37 virtual status_t
Perform();
38 virtual status_t
Undo();
40 virtual void GetName(BString
& name
);
43 PathContainer
* fContainer
;
50 #endif // MOVE_SHAPES_COMMAND_H