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 ASSIGN_STYLE_COMMAND_H
9 #define ASSIGN_STYLE_COMMAND_H
13 #include "IconBuild.h"
15 #include <InterfaceDefs.h>
26 class AssignStyleCommand
: public Command
{
28 AssignStyleCommand(Shape
* shape
,
30 virtual ~AssignStyleCommand();
32 virtual status_t
InitCheck();
34 virtual status_t
Perform();
35 virtual status_t
Undo();
37 virtual void GetName(BString
& name
);
45 #endif // ASSIGN_STYLE_COMMAND_H