2 * Copyright 2006, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
12 #include <SupportDefs.h>
22 virtual status_t
InitCheck();
24 virtual status_t
Perform();
25 virtual status_t
Undo();
26 virtual status_t
Redo();
28 virtual void GetName(BString
& name
);
30 virtual bool UndoesPrevious(const Command
* previous
);
31 virtual bool CombineWithNext(const Command
* next
);
32 virtual bool CombineWithPrevious(const Command
* previous
);
35 const char* _GetString(uint32 key
,
36 const char* defaultString
) const;