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
swmmvisproject.h File Reference
#include <QObject>
#include <QString>
#include <QVector>
Include dependency graph for swmmvisproject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SWMMVisProject
 

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

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:

  1. .oswp save can iterate instances() and emit one sessions[N] block per window (schema v4).
  2. Phase 13's multi-window project UI can drop in without reshuffling the IO layer.

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.