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

/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.h24 class ResetTransformationCommand : public Command { class in inherits:Command
26 ResetTransformationCommand(
29 virtual ~ResetTransformationCommand();
H A DResetTransformationCommand.cpp9 #include "ResetTransformationCommand.h"
28 ResetTransformationCommand::ResetTransformationCommand( function in class:ResetTransformationCommand
51 ResetTransformationCommand::~ResetTransformationCommand()
59 ResetTransformationCommand::InitCheck()
66 ResetTransformationCommand::Perform()
78 ResetTransformationCommand::Undo()
91 ResetTransformationCommand::GetName(BString& name)
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp38 #include "ResetTransformationCommand.h"
204 ResetTransformationCommand* command =
205 new ResetTransformationCommand(transformables, count);
H A DStyleListView.cpp36 #include "ResetTransformationCommand.h"
356 ResetTransformationCommand* command
357 = new ResetTransformationCommand(transformables, count);

Completed in 37 milliseconds