![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Transient map-canvas overlay used by Slice BC to highlight candidate profile paths while the path-picker is open. More...
#include "plot/profilerouter.h"#include <QColor>#include <QGraphicsItemGroup>#include <QPointF>#include <QVector>#include <functional>Go to the source code of this file.
Classes | |
| class | ProfilePathOverlay |
| Renders an ordered list of candidate paths over the map. More... | |
Transient map-canvas overlay used by Slice BC to highlight candidate profile paths while the path-picker is open.
The overlay stores the same path state as the legacy QGraphicsScene item, but MapCanvas can also paint it in the final widget overlay pass after the QSG 1D/2D result frame. That keeps candidate and accepted paths visible above flood maps and result layers that are composited later than the scene buffer. Coordinates follow the standard layer-CRS → scene convention used by SWMMLayerItem (QPointF(mx, -my)).