![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <mapundostack.h>
Public Attributes | |
| QString | name |
| int | linkType = 0 |
| QString | fromNode |
| QString | toNode |
| QVector< QPointF > | interiorVertices |
| double | length = 0 |
| double | roughness = 0 |
| double | offsetUp = 0 |
| double | offsetDn = 0 |
| double | crestHeight = 0 |
| double | dischargeCoeff = 0 |
| double | endContractions = 0 |
| int | flapGate = 0 |
| int | pumpInitState = 0 |
All properties needed to re-create a deleted link.
| double LinkSnapshot::crestHeight = 0 |
| double LinkSnapshot::dischargeCoeff = 0 |
| double LinkSnapshot::endContractions = 0 |
| int LinkSnapshot::flapGate = 0 |
| QString LinkSnapshot::fromNode |
| QVector<QPointF> LinkSnapshot::interiorVertices |
| double LinkSnapshot::length = 0 |
| int LinkSnapshot::linkType = 0 |
| QString LinkSnapshot::name |
| double LinkSnapshot::offsetDn = 0 |
| double LinkSnapshot::offsetUp = 0 |
| int LinkSnapshot::pumpInitState = 0 |
| double LinkSnapshot::roughness = 0 |
| QString LinkSnapshot::toNode |