Searched refs:CombineWithNext (Results 1 - 13 of 13) sorted by last modified time

/haiku/src/apps/icon-o-matic/style/
H A DSetGradientCommand.cpp108 // CombineWithNext
110 SetGradientCommand::CombineWithNext(const Command* command) function in class:SetGradientCommand
H A DSetColorCommand.cpp80 // CombineWithNext
82 SetColorCommand::CombineWithNext(const Command* command) function in class:SetColorCommand
H A DSetColorCommand.h38 virtual bool CombineWithNext(const Command* next);
H A DSetGradientCommand.h37 virtual bool CombineWithNext(const Command* next);
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommand.cpp68 // CombineWithNext
70 Command::CombineWithNext(const Command* next) function in class:Command
H A DCommand.h31 virtual bool CombineWithNext(const Command* next);
H A DCommandStack.cpp206 } else if (top->CombineWithNext(command)) {
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp199 } else if (top->CombineWithNext(edit.Get())) {
H A DUndoableEdit.cpp69 UndoableEdit::CombineWithNext(const UndoableEdit* next) function in class:UndoableEdit
H A DUndoableEdit.h28 virtual bool CombineWithNext(const UndoableEdit* next);
/haiku/src/apps/mediaplayer/support/
H A DCommand.cpp68 // CombineWithNext
70 Command::CombineWithNext(const Command* next) function in class:Command
H A DCommand.h31 virtual bool CombineWithNext(const Command* next);
H A DCommandStack.cpp209 } else if (top->CombineWithNext(command)) {

Completed in 65 milliseconds