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
timeseriesregistry.h File Reference

Slice BQ Phase 6.7.3.2 — project-scoped factory + lookup for TimeseriesProvider instances. More...

#include <QDateTime>
#include <QHash>
#include <QObject>
#include <QString>
#include <QVector>
Include dependency graph for timeseriesregistry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::timeseries::TimeseriesRegistry
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::timeseries
 

Detailed Description

Slice BQ Phase 6.7.3.2 — project-scoped factory + lookup for TimeseriesProvider instances.

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

One instance per open project, owned by the project model next to Curves / Patterns. Responsibilities:

  • hold all TimeseriesProvider instances (Qt-parented).
  • enforce case-insensitive name uniqueness (legacy parity).
  • emit signals when providers are added / removed / renamed so the Object Browser (Slice BM.0) and any open editor dialog refresh.

Engine I/O (swmm_timeseries_* round-trip, geopackage observed_* write) is wired by ProjectSerializer in the validation + commit sub-phase (Phase 6.7.3.7). Reference-cascade renaming of inflows / rain gages / controls is wired in the adapter-rewire sub-phase (Phase 6.7.3.8).