ctkUndoStack

        UndoStack saves the state of the project and it allows
        undo and redo functions.

Programming notes

Class variables
        - @undo
        - @redo

Maintenance

        Author: MARCO
        date:   01.01.2007
        History
                        24.11.2007 refactoring
                        30.11.2007 version 1.02

Public methods

        clearUndoStack
        redo
        undo
        undo_save

Back to index