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
transectstationtablemodel.h File Reference

Slice BQ Phase 6.7.4 — QAbstractTableModel over one TransectProvider. More...

#include <QAbstractTableModel>
#include <QPointer>
Include dependency graph for transectstationtablemodel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::TransectStationTableModel
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::transect
 
namespace  openswmmvis::ui
 

Detailed Description

Slice BQ Phase 6.7.4 — QAbstractTableModel over one TransectProvider.

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

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.