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

/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddPointCommand.cpp9 #include "AddPointCommand.h"
24 AddPointCommand::AddPointCommand(VectorPath* path, function in class:AddPointCommand
40 AddPointCommand::~AddPointCommand()
47 AddPointCommand::Perform()
63 AddPointCommand::Undo()
82 AddPointCommand::Redo()
104 AddPointCommand::GetName(BString& name)
H A DAddPointCommand.h17 class AddPointCommand : public PathCommand { class in inherits:PathCommand
19 AddPointCommand(VectorPath* path,
23 virtual ~AddPointCommand();
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h15 class AddPointCommand;
164 AddPointCommand* fAddPointCommand;
H A DPathManipulator.cpp31 #include "AddPointCommand.h"
1232 fAddPointCommand = new AddPointCommand(fPath, fCurrentPathPoint,

Completed in 64 milliseconds