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

/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DReversePathCommand.cpp9 #include "ReversePathCommand.h"
24 ReversePathCommand::ReversePathCommand(VectorPath* path) function in class:ReversePathCommand
30 ReversePathCommand::~ReversePathCommand()
36 ReversePathCommand::Perform()
45 ReversePathCommand::Undo()
52 ReversePathCommand::GetName(BString& name)
H A DReversePathCommand.h14 class ReversePathCommand : public PathCommand { class in inherits:PathCommand
16 ReversePathCommand(VectorPath* path);
17 virtual ~ReversePathCommand();
/haiku-fatelf/src/apps/icon-o-matic/shape/
H A DPathManipulator.h94 friend class ReversePathCommand;
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DPathListView.cpp30 #include "ReversePathCommand.h"
457 ReversePathCommand* command
458 = new (nothrow) ReversePathCommand(item->path);

Completed in 42 milliseconds