![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <QObject>#include <QString>#include <QVector>Go to the source code of this file.
Classes | |
| class | SWMMVisProject |
Slice AA-3.2 — thin wrapper around the set of SWMMVisProjectWindow instances that share a single .oswp sidecar. Today there is exactly one window per project; the class exists so that:
.oswp save can iterate instances() and emit one sessions[N] block per window (schema v4).The wrapper is non-owning — SWMMVis (the main MDI host) still controls window lifetime. Removing a window from a project does not delete the window; it just unregisters it from the project.