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

/haiku/src/apps/icon-o-matic/shape/commands/
H A DNudgePointsCommand.h26 class NudgePointsCommand : public TransformCommand { class in inherits:TransformCommand
28 NudgePointsCommand(VectorPath* path,
34 virtual ~NudgePointsCommand();
H A DNudgePointsCommand.cpp9 #include "NudgePointsCommand.h"
22 #define B_TRANSLATION_CONTEXT "Icon-O-Matic-NudgePointsCommand"
40 NudgePointsCommand::NudgePointsCommand(VectorPath* path, function in class:NudgePointsCommand
66 NudgePointsCommand::~NudgePointsCommand()
74 NudgePointsCommand::InitCheck()
84 NudgePointsCommand::_SetTransformation(BPoint pivot,
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h19 class NudgePointsCommand;
174 NudgePointsCommand* fNudgeCommand;
H A DPathManipulator.cpp37 #include "NudgePointsCommand.h"
1710 fNudgeCommand = new NudgePointsCommand(fPath, indices, points, count);

Completed in 49 milliseconds