![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
CRUD editor for SWMM LID controls ([LID_CONTROLS]). More...
#include <QDialog>#include <QPointer>Go to the source code of this file.
Classes | |
| class | openswmmvis::ui::LidControlEditorDialog |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::lid |
| namespace | openswmmvis::sectionview |
| namespace | openswmmvis::ui |
CRUD editor for SWMM LID controls ([LID_CONTROLS]).
List pane + right pane with a type combobox and a QTabWidget of the four LID layers (Surface / Soil / Storage / Drain), matching the engine's swmm_lid_set_surface / _soil / _storage / _drain setters.
Engine limitation: no LID getters, so existing layer values cannot be pre-loaded; the registry only writes new or user-edited controls.
NOTE (first cut): build-verify with the compiler in the loop.