Table Of Contents

Previous topic

UndoEdit

Next topic

UndoManager

This Page

phoenix_title UndoGlobal

Undo class storing a copy of the complete tree. Can be used for non-frequent operations to avoid programming special undo classes.


class_hierarchy Inheritance Diagram

Inheritance diagram for class UndoGlobal

Inheritance diagram of UndoGlobal


super_classes Known Superclasses

tools.XRCed.undo.Undo


method_summary Methods Summary

__init__  
destroy  
redo  
undo  

api Class API



class UndoGlobal(Undo)

Undo class storing a copy of the complete tree. Can be used for non-frequent operations to avoid programming special undo classes.


Methods



__init__(self)


destroy(self)


redo(self)


undo(self)