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

GIS-themed editor for FeatureSublayerStyle (Point/Line/Polygon archetypes). Slice U-V2. More...

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

Go to the source code of this file.

Classes

class  openswmmvis::ui::FeatureStyleEditorBase
 
class  openswmmvis::ui::PointFeatureStyleEditor
 
class  openswmmvis::ui::LineFeatureStyleEditor
 
class  openswmmvis::ui::PolygonFeatureStyleEditor
 

Namespaces

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

Detailed Description

GIS-themed editor for FeatureSublayerStyle (Point/Line/Polygon archetypes). Slice U-V2.

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

Three derived classes — one per archetype — share a tiny base that handles the common attribute/color/colorRamp row and the live preview swatch. Per-archetype subclasses add their specific editors (marker shape + size; line width/dash/arrows; outline

  • fill opacity).

All controls bind direct to the style bag's Q_PROPERTY setters and listen to styleChanged() for external mutations (Cancel rollback, .oswp load).