![]() |
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 <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"Go to the source code of this file.
Classes | |
| class | SWMMLinkPropertyAdapter |
| class | SWMMConduitPropertyAdapter |
| class | SWMMPumpPropertyAdapter |
| class | SWMMOrificePropertyAdapter |
| class | SWMMWeirPropertyAdapter |
| class | SWMMOutletPropertyAdapter |
Namespaces | |
| namespace | openswmmvis |
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.