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

/haiku/src/apps/icon-o-matic/shape/commands/
H A DRotatePathIndicesCommand.h10 class RotatePathIndicesCommand : public PathCommand { class in inherits:PathCommand
12 RotatePathIndicesCommand(VectorPath* path,
14 virtual ~RotatePathIndicesCommand();
H A DRotatePathIndicesCommand.cpp6 #include "RotatePathIndicesCommand.h"
20 RotatePathIndicesCommand::RotatePathIndicesCommand(VectorPath* path, function in class:RotatePathIndicesCommand
29 RotatePathIndicesCommand::~RotatePathIndicesCommand()
35 RotatePathIndicesCommand::InitCheck()
45 RotatePathIndicesCommand::Perform()
52 RotatePathIndicesCommand::Undo()
59 RotatePathIndicesCommand::GetName(BString& name)
66 RotatePathIndicesCommand
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp33 #include "RotatePathIndicesCommand.h"
483 RotatePathIndicesCommand* command
484 = new (nothrow) RotatePathIndicesCommand(item->path,

Completed in 29 milliseconds