Searched refs:UndoableEdit (Results 1 - 6 of 6) sorted by path

/haiku/src/apps/haikudepot/edits_generic/
H A DUndoableEdit.h14 class UndoableEdit : public BReferenceable { class in inherits:BReferenceable
16 UndoableEdit();
17 virtual ~UndoableEdit();
27 virtual bool UndoesPrevious(const UndoableEdit* previous);
28 virtual bool CombineWithNext(const UndoableEdit* next);
30 const UndoableEdit* previous);
39 typedef BReference<UndoableEdit> UndoableEditRef;
H A DCompoundEdit.cpp13 : UndoableEdit()
H A DCompoundEdit.h14 #include "UndoableEdit.h"
16 class CompoundEdit : public UndoableEdit {
H A DEditManager.cpp35 EditManager::Perform(UndoableEdit* edit, EditContext& context)
H A DEditManager.h12 #include "UndoableEdit.h"
31 status_t Perform(UndoableEdit* edit,
H A DUndoableEdit.cpp6 #include "UndoableEdit.h"
14 UndoableEdit::UndoableEdit() function in class:UndoableEdit
21 UndoableEdit::~UndoableEdit()
27 UndoableEdit::InitCheck()
34 UndoableEdit::Perform(EditContext& context)
41 UndoableEdit::Undo(EditContext& context)
48 UndoableEdit::Redo(EditContext& context)
55 UndoableEdit
[all...]

Completed in 162 milliseconds