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

/haiku/src/apps/icon-o-matic/style/
H A DAddStylesCommand.cpp10 #include "AddStylesCommand.h"
22 AddStylesCommand::AddStylesCommand(Container<Style>* container, function in class:AddStylesCommand
29 AddStylesCommand::~AddStylesCommand()
35 AddStylesCommand::GetName(BString& name)
H A DAddStylesCommand.h24 class AddStylesCommand : public AddCommand<Style> { class in inherits:AddCommand
26 AddStylesCommand(
31 virtual ~AddStylesCommand();
/haiku/src/apps/icon-o-matic/
H A DUtil.h18 class AddStylesCommand;
32 Style** style, AddStylesCommand** command);
H A DUtil.cpp14 #include "AddStylesCommand.h"
24 Style** style, AddStylesCommand** command)
30 *command = new (nothrow) AddStylesCommand(
H A DMainWindow.cpp42 #include "AddStylesCommand.h"
436 AddStylesCommand* styleCommand = NULL;
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp27 #include "AddStylesCommand.h"
426 AddStylesCommand* stylesCommand = new(std::nothrow) AddStylesCommand(
H A DStyleListView.cpp26 #include "AddStylesCommand.h"
300 AddStylesCommand* command;

Completed in 48 milliseconds