Searched refs:CompoundCommand (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/command/
H A DCompoundCommand.cpp9 #include "CompoundCommand.h"
14 CompoundCommand::CompoundCommand(Command** commands, function in class:CompoundCommand
27 CompoundCommand::~CompoundCommand()
36 CompoundCommand::InitCheck()
44 CompoundCommand::Perform()
69 CompoundCommand::Undo()
86 CompoundCommand::Redo()
93 CompoundCommand
[all...]
H A DCompoundCommand.h14 class CompoundCommand : public Command { class in inherits:Command
16 CompoundCommand(Command** commands,
20 virtual ~CompoundCommand();
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp29 #include "CompoundCommand.h"
443 CompoundCommand* command = new CompoundCommand(commands, 3,
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp48 #include "CompoundCommand.h"
472 command = new CompoundCommand(commands, 3,
480 command = new CompoundCommand(commands, 2,
488 command = new CompoundCommand(commands, 2,

Completed in 98 milliseconds