clear method

void clear()

Clears the list of dirty components, effectively cancelling redraw requests.

Implementation

void clear() {
  _dirtyComponents.clear();
}