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

/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddShapesCommand.cpp10 #include "AddShapesCommand.h"
23 AddShapesCommand::AddShapesCommand(Container<Shape>* container, function in class:AddShapesCommand
30 AddShapesCommand::~AddShapesCommand()
36 AddShapesCommand::GetName(BString& name)
H A DAddShapesCommand.h24 class AddShapesCommand : public AddCommand<Shape> { class in inherits:AddCommand
26 AddShapesCommand(
31 virtual ~AddShapesCommand();
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp26 #include "AddShapesCommand.h"
434 AddShapesCommand* shapesCommand = new(std::nothrow) AddShapesCommand(
498 AddShapesCommand* command = new(nothrow) AddShapesCommand(fShapeContainer,
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp41 #include "AddShapesCommand.h"
458 AddShapesCommand* shapeCommand = new (nothrow) AddShapesCommand(
888 AddShapesCommand* shapeCommand = new (nothrow) AddShapesCommand(

Completed in 90 milliseconds