![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "map/mapundostack.h"#include <QPointF>#include <QString>#include <QVariantMap>#include <QVector>Go to the source code of this file.
Classes | |
| class | SetAdapterPropertiesCommand |
| Undoable bulk attribute write on one node / link / rain gage, routed through the object's property adapter so every engine setter convention (enum handling, read-modify-write tuples, loss-coeff triples, …) is reused instead of re-implemented. More... | |
| class | SetLinkVerticesCommand |
| Undoable replacement of a link's interior polyline vertices. More... | |
FEATURE_LAYER_TO_SWMM_IMPORT — undo commands used by the feature-layer import executor, complementing the Add*Commands in mapundostack.h.
Node coordinate updates reuse the existing MoveNodeCommand.