Searched refs:RemoveCommand (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/command/
H A DRemoveCommand.h37 class RemoveCommand : public Command { class in inherits:Command
39 RemoveCommand(
43 virtual ~RemoveCommand();
62 RemoveCommand<Type>::RemoveCommand( function in class:RemoveCommand
81 RemoveCommand<Type>::~RemoveCommand()
96 RemoveCommand<Type>::InitCheck()
104 RemoveCommand<Type>::Perform()
123 RemoveCommand<Typ
[all...]
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemoveShapesCommand.h14 #include "RemoveCommand.h"
25 class RemoveShapesCommand : public RemoveCommand<Shape> {
H A DRemoveTransformersCommand.h14 #include "RemoveCommand.h"
24 class RemoveTransformersCommand : public RemoveCommand<Transformer> {
H A DRemoveShapesCommand.cpp25 : RemoveCommand<Shape>(container, indices, count)
H A DRemoveTransformersCommand.cpp26 : RemoveCommand<Transformer>(container, indices, count)
H A DRemovePathsCommand.h15 #include "RemoveCommand.h"
28 class RemovePathsCommand : public RemoveCommand<VectorPath> {
H A DRemovePathsCommand.cpp34 : RemoveCommand<VectorPath>(container, indices, count),
72 status_t ret = RemoveCommand<VectorPath>::Perform();
97 status_t ret = RemoveCommand<VectorPath>::Undo();
/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.h14 #include "RemoveCommand.h"
26 class RemoveStylesCommand : public RemoveCommand<Style> {
H A DRemoveStylesCommand.cpp31 : RemoveCommand<Style>(container, indices, count),
69 status_t ret = RemoveCommand<Style>::Perform();
95 status_t ret = RemoveCommand<Style>::Undo();

Completed in 40 milliseconds