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