Searched refs:MoveShapesCommand (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DMoveShapesCommand.cpp10 #include "MoveShapesCommand.h"
20 #define B_TRANSLATION_CONTEXT "Icon-O-Matic-MoveShapesCommand"
23 MoveShapesCommand::MoveShapesCommand(Container<Shape>* container, function in class:MoveShapesCommand
30 MoveShapesCommand::~MoveShapesCommand()
36 MoveShapesCommand::GetName(BString& name)
H A DMoveShapesCommand.h24 class MoveShapesCommand : public MoveCommand<Shape> { class in inherits:MoveCommand
26 MoveShapesCommand(
31 virtual ~MoveShapesCommand();
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp33 #include "MoveShapesCommand.h"
472 MoveShapesCommand* command = new (nothrow) MoveShapesCommand(

Completed in 40 milliseconds