undo method

bool undo()

Executes undo of the last action

Implementation

bool undo() {
  return _undoRedoManager.undo(this);
}