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

/haiku/src/apps/mediaplayer/support/
H A DCommand.cpp61 // UndoesPrevious
63 Command::UndoesPrevious(const Command* previous) function in class:Command
H A DCommand.h30 virtual bool UndoesPrevious(const Command* previous);
H A DCommandStack.cpp204 if (command->UndoesPrevious(top)) {
/haiku/src/apps/haikudepot/edits_generic/
H A DUndoableEdit.cpp62 UndoableEdit::UndoesPrevious(const UndoableEdit* previous) function in class:UndoableEdit
H A DUndoableEdit.h27 virtual bool UndoesPrevious(const UndoableEdit* previous);
H A DEditManager.cpp196 if (edit->UndoesPrevious(top.Get())) {
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommand.cpp61 // UndoesPrevious
63 Command::UndoesPrevious(const Command* previous) function in class:Command
H A DCommand.h30 virtual bool UndoesPrevious(const Command* previous);
H A DCommandStack.cpp201 if (command->UndoesPrevious(top)) {

Completed in 74 milliseconds