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

SE.1–SE.3 — dedicated IStyleEditorWidget editors for the rule-path *SymbolStyleAdapter family (Point / Line / Polygon). More...

Include dependency graph for symbolstyleeditors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::PointSymbolStyleEditor
 
class  openswmmvis::ui::LineSymbolStyleEditor
 
class  openswmmvis::ui::PolygonSymbolStyleEditor
 

Namespaces

namespace  OpenSWMM
 
namespace  OpenSWMM::Render
 
namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

SE.1–SE.3 — dedicated IStyleEditorWidget editors for the rule-path *SymbolStyleAdapter family (Point / Line / Polygon).

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

These are the polished editors mounted by SingleSymbolPanel for a Rule's SingleSymbolRenderer. They bind directly to the adapter's Q_PROPERTYs (which write into the rule's renderer and fire Rule::notifyRendererStateChanged → the SWMMModelLayer per-kind bridge → legacy struct → repaint), and refresh on the adapter's changed() signal.