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
modelspage.h File Reference
#include <functional>
#include "ui/dialogs/simoptions/simoptionspage.h"
Include dependency graph for modelspage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::ModelsPage
 

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

Simulation Options → Models / Processes.

Tabs: Domains & Processes · Modules · Flags.

FLOW_ROUTING was built here and wired on Routing & Hydraulics; T4 gave the combo to the page that gates on it and left a read-only mirror behind (PLAN §2.1) — one key, one editor, no synchronisation burden.

The Domain × Species transport matrix is the engine's own view of what will be carried where. Its 2D column is editable and mirrors the 2D page's TRANSPORT_* boxes (CLAUDE.md §5.1 — one model, two views), reached through the hooks below rather than by touching that page's widgets (PLAN §4.1).