reset method

void reset()

Implementation

void reset() {
  viewState.reset();
  operationState.reset();
}