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

Class summary
Methods defined in this class
add_edit(other) clear() close() initially() redo() undo()
Variables defined in this class
closed l

Method detail

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

Variable detail

closed


l