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
maptooleditvertex.h File Reference

Interior-vertex editor for SWMM link polylines. More...

#include "map/tools/maptool.h"
#include <QPoint>
#include <QPointF>
#include <QString>
#include <QVector>
Include dependency graph for maptooleditvertex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenSWMMVisMapToolEditVertex
 Edit the interior polyline vertices of a SWMM link. More...
 

Detailed Description

Interior-vertex editor for SWMM link polylines.

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026

Link polylines are stored inclusive of the from/to node coordinates at indices 0 and n−1. Only the interior vertices (indices 1..n−2) are shown as editable handles; the endpoints follow their connected nodes and are moved via the Move Node tool.