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

/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp206 AddCommand<Style>* styleCommand = new (nothrow) AddCommand<Style>( local
209 fDocument->CommandStack()->Perform(styleCommand);
436 AddStylesCommand* styleCommand = NULL; local
440 fDocument->Icon()->Styles(), &style, &styleCommand);
466 if (styleCommand || pathCommand) {
467 if (styleCommand && pathCommand) {
469 commands[0] = styleCommand;
476 } else if (styleCommand) {
478 commands[0] = styleCommand;

Completed in 39 milliseconds