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

Common style-bag base for the per-Category result sublayers. More...

#include "render/sublayerstyle.h"
#include "render/labelconfig.h"
#include <QColor>
#include <QJsonObject>
#include <QString>
#include <Qt>
Include dependency graph for featuresublayerstyle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenSWMM::Render::FeatureSublayerStyle
 Common property bag for every per-Category result sublayer. More...
 
class  OpenSWMM::Render::PointFeatureSublayerStyle
 
class  OpenSWMM::Render::LineFeatureSublayerStyle
 
class  OpenSWMM::Render::PolygonFeatureSublayerStyle
 

Namespaces

namespace  OpenSWMM
 
namespace  OpenSWMM::Render
 

Detailed Description

Common style-bag base for the per-Category result sublayers.

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
    Slice U-0 — granular per-Category sublayer refactor. The legacy
    four-sublayer mix (NodeMarker / ConduitLine / ConduitArrow /
    SubcatchmentFill) is replaced by one FeatureSublayer instance per
    SWMMModelLayer::Category (11 in total). Each instance owns a
    derived FeatureSublayerStyle whose Q_PROPERTYs match the
    archetype (Point / Line / Polygon) of its category, so the
    QPropertyModel-backed editor only surfaces meaningful knobs for
    each kind.