SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
tabulardatatablemodel.h File Reference
#include <QAbstractTableModel>
#include <QPointer>
#include <QStringList>
Include dependency graph for tabulardatatablemodel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TabularDataTableModel
 

Detailed Description

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

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.