clear method

void clear()

Implementation

void clear() {
  _undoStack.clear();
  _redoStack.clear();
  breakCoalescing();
}