![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Two-way bridge between GIS vector layers' fid selections and the SelectionManager bus. More...
#include <QObject>#include <QPointer>Go to the source code of this file.
Classes | |
| class | GisSelectionBridge |
Two-way bridge between GIS vector layers' fid selections and the SelectionManager bus.
SVBC round B. GISVectorLayer has carried a selectionChanged(QSet<qint64>) signal since day one — with zero subscribers, which is why picking a feature on the map never reached the Attribute Table. This is the GIS analogue of SWMMVisProjectWindow's inline SWMM-layer bridge, as its own small QObject so it is testable with a light MapCanvas fixture (the SWMM bridge is reachable only through a full project window).
Wiring, not abstraction: no virtual interface, GIS layers only.