![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Renderer that paints every feature with the same SymbolStyle. More...
Go to the source code of this file.
Classes | |
| class | OpenSWMM::Render::SingleSymbolRenderer |
| One SymbolStyle for the whole layer. More... | |
Namespaces | |
| namespace | OpenSWMM |
| namespace | OpenSWMM::Render |
Renderer that paints every feature with the same SymbolStyle.
SingleSymbolRenderer is the simplest IFeatureRenderer: it carries
one SymbolStyle and returns it for every feature. It is the
drop-in replacement for today's hardcoded per-kind defaults on
SWMMModelLayer (and the single GISVectorSymbol on GISVectorLayer).
Cross-slice: Slice BI Phase 8.13.6 (see GUI_IMPLEMENTATION_PLAN.md
§J.2). Sub-phase 8.13.6.2 — concrete renderer class.