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

/haiku/src/apps/haikudepot/textview/
H A DUndoableEditListener.cpp23 const UndoableEditRef& edit)
22 UndoableEditHappened(const TextDocument* document, const UndoableEditRef& edit) argument
H A DUndoableEditListener.h22 const UndoableEditRef& edit);
H A DTextDocument.h112 const UndoableEditRef& edit) const;
H A DTextDocument.cpp800 TextDocument::_NotifyUndoableEditHappened(const UndoableEditRef& edit) const
810 listener->UndoableEditHappened(this, edit);
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp35 EditManager::Perform(UndoableEdit* edit, EditContext& context) argument
37 if (edit == NULL)
40 return Perform(UndoableEditRef(edit, true), context);
45 EditManager::Perform(const UndoableEditRef& edit, EditContext& context) argument
47 status_t ret = edit.IsSet() ? B_OK : B_BAD_VALUE;
49 ret = edit->InitCheck();
52 ret = edit->Perform(context);
55 ret = _AddEdit(edit);
57 edit->Undo(context);
71 UndoableEditRef edit(fUndoHistor
186 _AddEdit(const UndoableEditRef& edit) argument
[all...]
H A DEditManager.h31 status_t Perform(UndoableEdit* edit,
33 status_t Perform(const UndoableEditRef& edit,
50 status_t _AddEdit(const UndoableEditRef& edit);
H A DCompoundEdit.h29 void AppendEdit(const UndoableEditRef& edit);
H A DCompoundEdit.cpp115 CompoundEdit::AppendEdit(const UndoableEditRef& edit) argument
117 fEdits.push_back(edit);
/haiku/src/preferences/shortcuts/
H A DPopUpColumn.cpp57 EditWindow* edit = new EditWindow(stringField->String(), 0); local
58 msg->SetString("text", edit->Go());

Completed in 118 milliseconds