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

/haiku/src/apps/haikudepot/textview/
H A DUndoableEditListener.cpp23 const UndoableEditRef& edit)
H A DUndoableEditListener.h12 class UndoableEditRef;
22 const UndoableEditRef& edit);
H A DTextDocument.h112 const UndoableEditRef& edit) const;
H A DTextDocument.cpp800 TextDocument::_NotifyUndoableEditHappened(const UndoableEditRef& edit) const
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.h33 status_t Perform(const UndoableEditRef& edit,
50 status_t _AddEdit(const UndoableEditRef& edit);
55 std::stack<UndoableEditRef>
57 std::stack<UndoableEditRef>
59 UndoableEditRef fEditAtSave;
H A DCompoundEdit.h29 void AppendEdit(const UndoableEditRef& edit);
32 std::vector<UndoableEditRef>
H A DEditManager.cpp40 return Perform(UndoableEditRef(edit, true), context);
45 EditManager::Perform(const UndoableEditRef& edit, EditContext& context)
71 UndoableEditRef edit(fUndoHistory.top());
91 UndoableEditRef edit(fRedoHistory.top());
186 EditManager::_AddEdit(const UndoableEditRef& edit)
195 const UndoableEditRef& top = fUndoHistory.top();
H A DUndoableEdit.h39 typedef BReference<UndoableEdit> UndoableEditRef; typedef
H A DCompoundEdit.cpp115 CompoundEdit::AppendEdit(const UndoableEditRef& edit)

Completed in 35 milliseconds