![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <subcatchcompoundeditref.h>
Public Types | |
| enum | Kind { LandUse = 0 , Groundwater = 1 , LidUsage = 2 , Loadings = 3 } |
Public Member Functions | |
| bool | operator== (const SubcatchCompoundEditRef &other) const noexcept |
Public Attributes | |
| SWMM_Engine | engine = nullptr |
| Engine handle (borrow, not owned) | |
| QString | subName |
| Owning subcatchment id. | |
| Kind | kind = LandUse |
| QString | summary |
| Short text shown in the cell. | |
| SWMMModelLayer * | layer = nullptr |
| Owning layer (borrow) for pickers. | |
Identifies one editable compound attribute on a single subcatchment.
|
inlinenoexcept |
| SWMM_Engine SubcatchCompoundEditRef::engine = nullptr |
Engine handle (borrow, not owned)
| SWMMModelLayer* SubcatchCompoundEditRef::layer = nullptr |
Owning layer (borrow) for pickers.
| QString SubcatchCompoundEditRef::subName |
Owning subcatchment id.
| QString SubcatchCompoundEditRef::summary |
Short text shown in the cell.