Class UndoableEdit

Subclasses :
gui::EditableTextListEdit
gui::TextFieldEdit
undo::CompoundEdit
Package :
undo

An instance of this class represents a single undoable edit.

Source

Class summary
Methods defined in this class
add_edit(other) redo() undo()

Method detail

add_edit(other)

Try to add another edit to this one. Return on success, fail otherwise
Source

redo()

Do (or redo) the edit
Source

undo()

Undo the edit
Source