Home
last modified time | relevance | path

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

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