SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
importcommands.h File Reference
#include "map/mapundostack.h"
#include <QPointF>
#include <QString>
#include <QVariantMap>
#include <QVector>
Include dependency graph for importcommands.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

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.