The History class stores and restores historical states of ModelInputPictrues in order to provide und...
Definition history.h:22
bool redo()
redo restores the future state of mip if one was saved.
Definition history.cpp:44
bool hasPast()
hasPastchecks if there is a past state to restore.
Definition history.cpp:25
bool hasFuture()
hasFuture checks if there is a future state to restore.
Definition history.cpp:20
void sig_historyChanged()
sig_historyChanged is emitted whenever a new state is added to the history.
bool undo()
undo restores the past state of mip if one was saved.
Definition history.cpp:30
void slot_save()
slot_save stores the current state of mip.
Definition history.cpp:87