Skip to main content

Module view

Module view 

Source
Expand description

Framework-neutral GUI view adapters over WorkbookDiff (RFC-029).

These types borrow from WorkbookDiff and allocate display strings only on demand. No GUI framework dependency is introduced.

Structsยง

CellChangeRow
A single row in the flat change list presented to a GUI table.
ChangeAnchor
A stable, deterministic identifier for a single change row.
DiffView
Borrowed view over a WorkbookDiff, providing filtered iteration and deterministic navigation for GUI applications.
OwnedCellChangeRow
Fully owned counterpart to CellChangeRow (Q3).
SheetSummaryRow
Summary line for one sheet in the sheet-tree view.
ViewFilter
Controls which change categories are visible in a DiffView.