20#ifndef NODECOMPOUNDEDITREF_H
21#define NODECOMPOUNDEDITREF_H
26#include <openswmm/engine/openswmm_callbacks.h>
63 &&
layer == other.layer;
Renders the SWMM network elements (nodes, links, subcatchments, rain gages) for one OpenSWMMEngine mo...
Definition swmmmodellayer.h:133
void registerNodeCompoundEditRefConverter()
Definition nodecompoundeditref.cpp:9
void * SWMM_Engine
Definition objectdefaultsapplier.h:19
Definition nodecompoundeditref.h:32
SWMMModelLayer * layer
Definition nodecompoundeditref.h:57
QString summary
Short text shown in the cell.
Definition nodecompoundeditref.h:51
QString nodeName
Owning node id.
Definition nodecompoundeditref.h:49
Kind
Definition nodecompoundeditref.h:36
@ Dwf
[DWF] per-node entries (per constituent)
Definition nodecompoundeditref.h:38
@ GroundwaterSources
Definition nodecompoundeditref.h:45
@ Rdii
[RDII] per-node UH-group assignment + area
Definition nodecompoundeditref.h:39
@ Treatment
[TREATMENT] per-node per-pollutant expression
Definition nodecompoundeditref.h:40
@ Inflows
[INFLOWS] per-node entries (per constituent)
Definition nodecompoundeditref.h:37
SWMM_Engine engine
Engine handle (borrow, not owned)
Definition nodecompoundeditref.h:48
Kind kind
Definition nodecompoundeditref.h:50
bool operator==(const NodeCompoundEditRef &other) const noexcept
Definition nodecompoundeditref.h:59