2 * Copyright 2006-2007, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
8 #ifndef ADD_STYLES_COMMAND_H
9 #define ADD_STYLES_COMMAND_H
13 #include "IconBuild.h"
24 class AddStylesCommand
: public Command
{
27 StyleContainer
* container
,
31 virtual ~AddStylesCommand();
33 virtual status_t
InitCheck();
35 virtual status_t
Perform();
36 virtual status_t
Undo();
38 virtual void GetName(BString
& name
);
41 StyleContainer
* fContainer
;
48 #endif // ADD_STYLES_COMMAND_H