![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
MVC model for a single SWMM LID control ([LID_CONTROLS]). More...
#include <QObject>#include <QString>Go to the source code of this file.
Classes | |
| class | openswmmvis::lid::LidControlProvider |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::lid |
MVC model for a single SWMM LID control ([LID_CONTROLS]).
Owned by a project-scoped LidControlRegistry. Engine I/O walks swmm_lid_* from openswmm_infrastructure.h: add(id,type) + set_surface / set_soil / set_storage / set_drain. The engine exposes setters but no getters, so existing layer values cannot be pre-loaded; a dirty flag lets the registry write only new or user-edited controls (see LidControlRegistry).
LID type codes: 0=BIO_CELL, 1=RAIN_GARDEN, 2=GREEN_ROOF, 3=INFIL_TRENCH, 4=PERM_PAVEMENT, 5=RAIN_BARREL, 6=ROOFTOP_DISCONN, 7=VEGETATIVE_SWALE.