![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <QString>#include <QStringList>#include <openswmm/engine/openswmm_engine.h>#include "ui/dialogs/simoptions/enginecapabilities.h"Go to the source code of this file.
Classes | |
| class | openswmmvis::ui::SimOptionsContext |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
The one thing every Simulation Options page is handed.
Owns engine access (read one key, write one key if it actually changed) and the per-pass record of which keys a write pass considered. Pages never touch swmm_options_* directly, so the numeric-aware compare that keeps Apply idempotent lives in exactly one place (HANDOFF I6, ยง2.2).