SetGradientCommand
new (nothrow) SetGradientCommand(
new (nothrow) SetGradientCommand(fStyle, NULL));
new (nothrow) SetGradientCommand(fStyle, &gradient));
SetGradientCommand::GetName(BString& name)
SetGradientCommand::CombineWithNext(const Command* command)
const SetGradientCommand* next
= dynamic_cast<const SetGradientCommand*>(command);
SetGradientCommand::SetGradientCommand(Style* style,
SetGradientCommand::~SetGradientCommand()
SetGradientCommand::InitCheck()
SetGradientCommand::Perform()
SetGradientCommand::Undo()
class SetGradientCommand : public Command {
SetGradientCommand(Style* style,
virtual ~SetGradientCommand();