54 #include <OpenFlipper/common/BackupData.hh>
83 void undo(
int _objectid);
85 void redo(
int _objectid);
void undo()
perform an undo if possible
Class that is used to store global(group) backups.
void updateBackupData(int _objectid, bool _isUndo)
remove object from data
void redo()
perform an redo if possible
void eraseBackups(int _objectid)
erase all backups containing given id
Abstract class that is used to store backups.