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

/haiku/src/apps/icon-o-matic/style/
H A DSetGradientCommand.cpp9 #include "SetGradientCommand.h"
28 SetGradientCommand::SetGradientCommand(Style* style, function in class:SetGradientCommand
37 SetGradientCommand::~SetGradientCommand()
45 SetGradientCommand::InitCheck()
51 printf("SetGradientCommand::InitCheck() - same gradients\n");
60 SetGradientCommand::Perform()
96 SetGradientCommand::Undo()
103 SetGradientCommand
[all...]
H A DSetGradientCommand.h24 class SetGradientCommand : public Command { class in inherits:Command
26 SetGradientCommand(Style* style,
28 virtual ~SetGradientCommand();
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp31 #include "SetGradientCommand.h"
214 new (nothrow) SetGradientCommand(
369 new (nothrow) SetGradientCommand(fStyle, NULL));
379 new (nothrow) SetGradientCommand(fStyle, &gradient));

Completed in 35 milliseconds