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

Go to the source code of this file.

Classes

class  SWMMDataObjectPropertyAdapter
 Common base for non-spatial Data Object property adapters. More...
 

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 DA.2 — Common base class for the 14 non-spatial Data Object property adapters. Provides the QObject + name + engine handle plumbing that every adapter shares so the per-type subclasses only declare their type-specific Q_PROPERTYs and accessors.

Designed to mirror the contract of the spatial-side adapters (SWMMNodePropertyAdapter, SWMMLinkPropertyAdapter, SWMMSubcatchPropertyAdapter) so PropertiesPanel::routeNonSpatialFeature can dispatch uniformly across the spatial / non-spatial split.