Home
last modified time | relevance | path

Searched refs:AddStylesCommand (Results 1 – 8 of 8) sorted by relevance

/haiku/src/apps/icon-o-matic/style/
H A DAddStylesCommand.cpp22 AddStylesCommand::AddStylesCommand(Container<Style>* container, in AddStylesCommand() function in AddStylesCommand
29 AddStylesCommand::~AddStylesCommand() in ~AddStylesCommand()
35 AddStylesCommand::GetName(BString& name) in GetName()
H A DAddStylesCommand.h24 class AddStylesCommand : public AddCommand<Style> {
26 AddStylesCommand(
31 virtual ~AddStylesCommand();
/haiku/src/apps/icon-o-matic/
H A DUtil.h18 class AddStylesCommand; variable
32 Style** style, AddStylesCommand** command);
H A DUtil.cpp24 Style** style, AddStylesCommand** command) in new_style()
30 *command = new (nothrow) AddStylesCommand( in new_style()
H A DJamfile268 AddStylesCommand.cpp
350 AddStylesCommand.cpp
H A DMainWindow.cpp446 AddStylesCommand* styleCommand = NULL; in MessageReceived()
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp426 AddStylesCommand* stylesCommand = new(std::nothrow) AddStylesCommand( in InstantiateSelection()
H A DStyleListView.cpp300 AddStylesCommand* command; in MessageReceived()