![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <QDialog>#include <QPointer>#include <QString>Go to the source code of this file.
Classes | |
| class | HydrographGroupEditor |
Namespaces | |
| namespace | QtCharts |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
Slice BS Phase 6.9.2 — Unit-hydrograph editor dialog.
Three-pane non-modal editor for [HYDROGRAPHS] / [RDII_DECAY] data:
The dialog is pure view code — it owns no engine state. All mutations route through SWMMModelLayer::applyHydrograph* / applyRdiiDecay* helpers and rely on the layer's hydrographChanged(uhName) signal to keep every subscribed view (this editor, Object Browser, SWMMHydrographPropertyAdapter, NodeCompoundEditDialog's UH picker) synchronized.
Non-modal — matches the ProfileOptionsDialog convention so the user can keep the editor open while clicking around the network for calibration context. Geometry + splitter sizes persist via QSettings.
See: docs/GUI_IMPLEMENTATION_PLAN.md Slice BS Phase 6.9.2.