UndoableEditRef
CompoundEdit::AppendEdit(const UndoableEditRef& edit)
void AppendEdit(const UndoableEditRef& edit);
std::vector<UndoableEditRef>
EditManager::_AddEdit(const UndoableEditRef& edit)
const UndoableEditRef& top = fUndoHistory.top();
return Perform(UndoableEditRef(edit, true), context);
EditManager::Perform(const UndoableEditRef& edit, EditContext& context)
UndoableEditRef edit(fUndoHistory.top());
UndoableEditRef edit(fRedoHistory.top());
status_t Perform(const UndoableEditRef& edit,
status_t _AddEdit(const UndoableEditRef& edit);
std::stack<UndoableEditRef>
std::stack<UndoableEditRef>
UndoableEditRef fEditAtSave;
TextDocument::_NotifyUndoableEditHappened(const UndoableEditRef& edit) const
const UndoableEditRef& edit) const;
const UndoableEditRef& edit)
class UndoableEditRef;
const UndoableEditRef& edit);