![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Slice BQ Phase 6.7.4 — QAbstractTableModel over one TransectProvider. More...
#include <QAbstractTableModel>#include <QPointer>Go to the source code of this file.
Classes | |
| class | openswmmvis::ui::TransectStationTableModel |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::transect |
| namespace | openswmmvis::ui |
Slice BQ Phase 6.7.4 — QAbstractTableModel over one TransectProvider.
Schema: 2 columns (Station / Elevation) by N rows. Edits route through TransectProvider::setElevationAt (col 1) or setPointAt (col 0). The provider's mutationRejected signal surfaces UI errors. Subscribes to the provider's pointsChanged / pointsInserted / pointsRemoved.