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
swmmtransectpropertyadapter.h File Reference
Include dependency graph for swmmtransectpropertyadapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SWMMTransectPropertyAdapter
 

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 DA.2 / Phase 6.7.4 — Property-tree adapter for [TRANSECTS].

Full scalar coverage backed by openswmm_infrastructure.h (DA-ENG-09

  • BQ-TR-02 shipped): roughness triple, bank stations, encroachment stations, modifier triple (xFactor / yFactor / lengthFactor), and comments. Station-elevation point list is exposed as a read-only count summary — full editing of the point list lives in TransectEditorDialog (Slice BQ Phase 6.7.4).

Per-field setters read the current engine triple, mutate the one field being written, and write back atomically — the engine ships only triple setters for roughness / bank / encroachment / modifiers.

The adapter listens to the bound SWMMModelLayer's transectChanged(name) signal so edits made elsewhere (TransectEditorDialog) refresh the property panel in lock-step ([[feedback_mvc_synchronized_uis]]).