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

QGIS-style marker-shape combo drawing each shape as the row icon. More...

#include <QComboBox>
Include dependency graph for markershapecombo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::MarkerShapeCombo
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

QGIS-style marker-shape combo drawing each shape as the row icon.

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