14#ifndef SUBCATCHCOMPOUNDEDITREF_H
15#define SUBCATCHCOMPOUNDEDITREF_H
20#include <openswmm/engine/openswmm_callbacks.h>
44 &&
layer == other.layer;
Renders the SWMM network elements (nodes, links, subcatchments, rain gages) for one OpenSWMMEngine mo...
Definition swmmmodellayer.h:133
void * SWMM_Engine
Definition objectdefaultsapplier.h:19
Definition subcatchcompoundeditref.h:26
QString summary
Short text shown in the cell.
Definition subcatchcompoundeditref.h:37
SWMM_Engine engine
Engine handle (borrow, not owned)
Definition subcatchcompoundeditref.h:34
bool operator==(const SubcatchCompoundEditRef &other) const noexcept
Definition subcatchcompoundeditref.h:40
Kind
Definition subcatchcompoundeditref.h:27
@ LidUsage
[LID_USAGE] LID controls assigned to the subcatch
Definition subcatchcompoundeditref.h:30
@ Groundwater
[GROUNDWATER] aquifer + flow routing params
Definition subcatchcompoundeditref.h:29
@ LandUse
[COVERAGES] per-landuse coverage percents
Definition subcatchcompoundeditref.h:28
@ Loadings
[LOADINGS] initial pollutant buildup (iter. 4)
Definition subcatchcompoundeditref.h:31
Kind kind
Definition subcatchcompoundeditref.h:36
SWMMModelLayer * layer
Owning layer (borrow) for pickers.
Definition subcatchcompoundeditref.h:38
QString subName
Owning subcatchment id.
Definition subcatchcompoundeditref.h:35
void registerSubcatchCompoundEditRefConverter()
Definition subcatchcompoundeditref.cpp:11