Class CompoundEdit
- Superclasses :
-
undo::UndoableEdit
- Subclasses :
-
undo::UndoManager
- Package :
- undo
An UndoableEdit which groups several edits together in a list. The
undo and redo methods are implemented to undo the edits in the list together.
- Source
Variables defined in this class |
closed
l
|
add_edit(other)
- Overrides add_edit(other) in undo::UndoableEdit
-
- Source
clear()
-
Clear the list of edits.
- Source
close()
-
A closed CompoundEdit is one which cannot have any more
edits added to it by add_edit.
- Source
initially()
-
redo()
- Overrides redo() in undo::UndoableEdit
-
- Source
undo()
- Overrides undo() in undo::UndoableEdit
-
- Source
closed
-
l
-