Symbol: AddPathsCommand
src/apps/icon-o-matic/MainWindow.cpp
453
AddPathsCommand* pathCommand = NULL;
src/apps/icon-o-matic/Util.cpp
45
AddPathsCommand** command, VectorPath* other)
src/apps/icon-o-matic/Util.cpp
57
*command = new (nothrow) AddPathsCommand(
src/apps/icon-o-matic/Util.h
17
class AddPathsCommand;
src/apps/icon-o-matic/Util.h
35
AddPathsCommand** command, VectorPath* other = NULL);
src/apps/icon-o-matic/gui/PathListView.cpp
356
command = new AddPathsCommand(fCurrentShape->Paths(),
src/apps/icon-o-matic/gui/PathListView.cpp
376
AddPathsCommand* command;
src/apps/icon-o-matic/gui/PathListView.cpp
385
AddPathsCommand* command;
src/apps/icon-o-matic/gui/PathListView.cpp
402
AddPathsCommand* command;
src/apps/icon-o-matic/gui/PathListView.cpp
443
AddPathsCommand* command;
src/apps/icon-o-matic/gui/PathListView.cpp
555
AddPathsCommand* command = new(nothrow) AddPathsCommand(fPathContainer,
src/apps/icon-o-matic/gui/PathListView.cpp
612
AddPathsCommand* command = new(nothrow) AddPathsCommand(fPathContainer,
src/apps/icon-o-matic/gui/ShapeListView.cpp
430
AddPathsCommand* pathsCommand = new(std::nothrow) AddPathsCommand(
src/apps/icon-o-matic/shape/commands/AddPathsCommand.cpp
23
AddPathsCommand::AddPathsCommand(Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/AddPathsCommand.cpp
30
AddPathsCommand::~AddPathsCommand()
src/apps/icon-o-matic/shape/commands/AddPathsCommand.cpp
36
AddPathsCommand::GetName(BString& name)
src/apps/icon-o-matic/shape/commands/AddPathsCommand.h
24
class AddPathsCommand : public AddCommand<VectorPath> {
src/apps/icon-o-matic/shape/commands/AddPathsCommand.h
26
AddPathsCommand(
src/apps/icon-o-matic/shape/commands/AddPathsCommand.h
32
virtual ~AddPathsCommand();