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

/haiku/src/apps/icon-o-matic/shape/commands/
H A DCleanUpPathCommand.cpp9 #include "CleanUpPathCommand.h"
24 CleanUpPathCommand::CleanUpPathCommand(VectorPath* path) function in class:CleanUpPathCommand
33 CleanUpPathCommand::~CleanUpPathCommand()
39 CleanUpPathCommand::Perform()
48 CleanUpPathCommand::Undo()
57 CleanUpPathCommand::GetName(BString& name)
H A DCleanUpPathCommand.h15 class CleanUpPathCommand : public PathCommand { class in inherits:PathCommand
17 CleanUpPathCommand(VectorPath* path);
18 virtual ~CleanUpPathCommand();
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp26 #include "CleanUpPathCommand.h"
469 CleanUpPathCommand* command
470 = new (nothrow) CleanUpPathCommand(item->path);

Completed in 33 milliseconds