This is the complete list of members for TextEditor::UndoRecord, including all inherited members.
mAdded | TextEditor::UndoRecord | |
mAddedEnd | TextEditor::UndoRecord | |
mAddedStart | TextEditor::UndoRecord | |
mAfter | TextEditor::UndoRecord | |
mBefore | TextEditor::UndoRecord | |
mRemoved | TextEditor::UndoRecord | |
mRemovedEnd | TextEditor::UndoRecord | |
mRemovedStart | TextEditor::UndoRecord | |
Redo(TextEditor *aEditor) | TextEditor::UndoRecord | |
Undo(TextEditor *aEditor) | TextEditor::UndoRecord | |
UndoRecord() | TextEditor::UndoRecord | inline |
UndoRecord(const std::string &aAdded, const TextEditor::Coordinates aAddedStart, const TextEditor::Coordinates aAddedEnd, const std::string &aRemoved, const TextEditor::Coordinates aRemovedStart, const TextEditor::Coordinates aRemovedEnd, TextEditor::EditorState &aBefore, TextEditor::EditorState &aAfter) | TextEditor::UndoRecord | |
~UndoRecord() | TextEditor::UndoRecord | inline |