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

QPropertyModel editor for OpenSWMM::Render::MarkerShape — a combo-box whose 13 entries each carry an icon rendered by drawMarkerShape() plus the enum name as the label. More...

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

Go to the source code of this file.

Classes

class  openswmmvis::ui::MarkerShapeEditor
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

QPropertyModel editor for OpenSWMM::Render::MarkerShape — a combo-box whose 13 entries each carry an icon rendered by drawMarkerShape() plus the enum name as the label.

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

Registered with QPropertyItemDelegate via registerCustomTypeEditorCreator() so any Q_PROPERTY typed as MarkerShape picks up the iconified editor automatically.