\( \def\bold#1{\bf #1} \newcommand{\d}{\mathrm{d}} \)
undo and redo container class for BTP to save no longer needed tracks More...
#include <UndoRedo.h>
Public Member Functions | |
void | add (Track *element) |
Track * | undo (Track *element) |
Track * | redo () |
Private Member Functions | |
void | del_list (undoredolist *t) |
Private Attributes | |
short | keepbeforeundo |
undoredolist * | l |
undoredolist * | c |
undo and redo container class for BTP to save no longer needed tracks
before a track is modified by BTP, it will be save to UndoRedo list and therefor can be reactivated, if the user wants to.
Definition at line 13 of file UndoRedo.h.