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
simoptionscontext.h File Reference
#include <QString>
#include <QStringList>
#include <openswmm/engine/openswmm_engine.h>
#include "ui/dialogs/simoptions/enginecapabilities.h"
Include dependency graph for simoptionscontext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::SimOptionsContext
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

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

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).