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 REMOVE_STYLES_COMMAND_H
9 #define REMOVE_STYLES_COMMAND_H
13 #include "IconBuild.h"
26 class RemoveStylesCommand
: public Command
{
29 StyleContainer
* container
,
32 virtual ~RemoveStylesCommand();
34 virtual status_t
InitCheck();
36 virtual status_t
Perform();
37 virtual status_t
Undo();
39 virtual void GetName(BString
& name
);
42 StyleContainer
* fContainer
;
53 #endif // REMOVE_STYLES_COMMAND_H