clear method

void clear()

Implementation

void clear() {
  _undoStack.clear();
  _redoStack.clear();
  _pending = null;
  _resetGrouping();
}