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

/haiku/src/apps/icon-o-matic/shape/commands/
H A DChangePointCommand.cpp9 #include "ChangePointCommand.h"
27 ChangePointCommand::ChangePointCommand(VectorPath* path, function in class:ChangePointCommand
45 ChangePointCommand::~ChangePointCommand()
52 ChangePointCommand::InitCheck()
78 ChangePointCommand::Perform()
86 ChangePointCommand::Undo()
116 ChangePointCommand::Redo()
126 ChangePointCommand
[all...]
H A DChangePointCommand.h16 class ChangePointCommand : public PathCommand { class in inherits:PathCommand
18 ChangePointCommand(VectorPath* path,
22 virtual ~ChangePointCommand();
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h17 class ChangePointCommand;
162 ChangePointCommand* fChangePointCommand;
H A DPathManipulator.cpp32 #include "ChangePointCommand.h"
432 // "ChangePointCommand" here so that the point is remembered
446 fChangePointCommand = new ChangePointCommand(fPath,
580 fChangePointCommand = new ChangePointCommand(fPath,

Completed in 43 milliseconds