![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <culvertcoderef.h>
Public Member Functions | |
| bool | operator== (const CulvertCodeRef &other) const noexcept |
Public Attributes | |
| SWMM_Engine | engine = nullptr |
| Engine handle (borrow, not owned) | |
| QString | linkName |
| Owning conduit id. | |
| int | code = 0 |
| HDS-5 code; 0 = none. | |
| SWMMModelLayer * | layer = nullptr |
Identifies the culvert-code attribute on a single conduit.
|
inlinenoexcept |
| int CulvertCodeRef::code = 0 |
HDS-5 code; 0 = none.
| SWMM_Engine CulvertCodeRef::engine = nullptr |
Engine handle (borrow, not owned)
| SWMMModelLayer* CulvertCodeRef::layer = nullptr |
Owning model layer (borrow) — writes route through SWMMModelLayer::applyLinkCulvertCode so the Map + Attribute Table refresh via attributeChanged(linkName).
| QString CulvertCodeRef::linkName |
Owning conduit id.