![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
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>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 |
Common style-bag base for the per-Category result sublayers.
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.