![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <QAbstractTableModel>#include <QPointer>#include <QStringList>Go to the source code of this file.
Classes | |
| class | TabularDataTableModel |
Slice Z.4.3 — QAbstractTableModel adapter over a TabularDataLayer so the existing Attribute Table view can display loaded CSV / TSV data alongside SWMM categories.
Read-only by design — tabular layers are observation data; engine setters don't apply. Selection ops + cross-view selection are no-ops when this model is active (the layer has no SWMM object refs). The Z.2 query bar still works because the proxy's predicate evaluator runs against any QAbstractTableModel rows.