This method is called by UndoList.endGroup when it ends a group. The default implementation does nothing.
Redoes this group, which means redoing all the operations that this group has recorded.
Undoes this group, which means undoing all the operations that this group has recorded.
Records an operation as part of this group.
The operation to record.
Called when the operation must be redone.
Called when the operation must be undone.
Generated using TypeDoc
A group of undo operations.