Searched refs:AddPathsCommand (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddPathsCommand.h24 class AddPathsCommand : public AddCommand<VectorPath> { class in inherits:AddCommand
26 AddPathsCommand(
32 virtual ~AddPathsCommand();
H A DAddPathsCommand.cpp10 #include "AddPathsCommand.h"
23 AddPathsCommand::AddPathsCommand(Container<VectorPath>* container, function in class:AddPathsCommand
30 AddPathsCommand::~AddPathsCommand()
36 AddPathsCommand::GetName(BString& name)
/haiku/src/apps/icon-o-matic/
H A DUtil.h17 class AddPathsCommand;
35 AddPathsCommand** command, VectorPath* other = NULL);
H A DUtil.cpp13 #include "AddPathsCommand.h"
45 AddPathsCommand** command, VectorPath* other)
57 *command = new (nothrow) AddPathsCommand(
H A DMainWindow.cpp40 #include "AddPathsCommand.h"
443 AddPathsCommand* pathCommand = NULL;
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp25 #include "AddPathsCommand.h"
356 command = new AddPathsCommand(fCurrentShape->Paths(),
376 AddPathsCommand* command;
385 AddPathsCommand* command;
402 AddPathsCommand* command;
443 AddPathsCommand* command;
555 AddPathsCommand* command = new(nothrow) AddPathsCommand(fPathContainer,
612 AddPathsCommand* command = new(nothrow) AddPathsCommand(fPathContaine
[all...]
H A DShapeListView.cpp25 #include "AddPathsCommand.h"
430 AddPathsCommand* pathsCommand = new(std::nothrow) AddPathsCommand(

Completed in 103 milliseconds