40#ifndef WORKSHEETDOCUMENTVIEW_H
41#define WORKSHEETDOCUMENTVIEW_H
A cell grouping input (and, if there is one, also the output) cell to a foldable item.
Definition: GroupCell.h:87
The view notifications a WorksheetDocument emits when it edits itself.
Definition: WorksheetDocumentView.h:50
virtual void NotifyAdjustSizeNeeded()=0
The scrollable size will need re-adjusting once cell positions settle.
virtual void NotifySavedStateChanged()=0
The document's saved-state flipped; refresh the controls that show it.
virtual void NotifyRedraw(GroupCell *start)=0
Schedule a redraw of the document starting at start (null = all).
virtual void NotifyRecalculation(GroupCell *start)=0
Schedule a re-layout of the document starting at start (null = all).