![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
QGIS-style marker-shape combo drawing each shape as the row icon. More...
#include <QComboBox>Go to the source code of this file.
Classes | |
| class | openswmmvis::ui::MarkerShapeCombo |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
QGIS-style marker-shape combo drawing each shape as the row icon.
The shape enum is integer-keyed for compatibility with any
marker-shape Q_ENUM in the codebase (NodeMarkerStyle::Circle,
GISVectorSymbol::Circle, …). Callers feed (int, label) pairs
to addShape; the current selection is exposed as shapeValue().