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

/haiku/src/apps/icon-o-matic/style/
H A DSetColorCommand.cpp9 #include "SetColorCommand.h"
28 SetColorCommand::SetColorCommand(Style* style, function in class:SetColorCommand
37 SetColorCommand::~SetColorCommand()
43 SetColorCommand::InitCheck()
56 SetColorCommand::Perform()
68 SetColorCommand::Undo()
75 SetColorCommand::GetName(BString& name)
82 SetColorCommand
[all...]
H A DSetColorCommand.h25 class SetColorCommand : public Command { class in inherits:Command
27 SetColorCommand(Style* style,
29 virtual ~SetColorCommand();
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp30 #include "SetColorCommand.h"
408 new (nothrow) SetColorCommand(fStyle, color));

Completed in 34 milliseconds