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
swmmlinkpropertyadapter.h File Reference
#include <QObject>
#include <QString>
#include <QUuid>
#include <openswmm/engine/openswmm_engine.h>
#include "ui/properties/culvertcoderef.h"
#include "ui/properties/dataobjectref.h"
#include "ui/properties/initialqualityeditref.h"
#include "ui/properties/linkcompoundeditref.h"
#include "ui/properties/userflagseditref.h"
Include dependency graph for swmmlinkpropertyadapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SWMMLinkPropertyAdapter
 
class  SWMMConduitPropertyAdapter
 
class  SWMMPumpPropertyAdapter
 
class  SWMMOrificePropertyAdapter
 
class  SWMMWeirPropertyAdapter
 
class  SWMMOutletPropertyAdapter
 

Namespaces

namespace  openswmmvis
 

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 AG.3 — Property-tree adapter for SWMM links. Mirrors the per-node-type adapter design: a thin Q_OBJECT base over (engine, name) exposing universal link attributes, plus one subclass per LinkType with the Q_PROPERTYs that the corresponding SWMM5 .inp section actually carries. The Property Browser dock picks the right subclass per identified link.