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

Renderer that paints every feature with the same SymbolStyle. More...

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

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
 

Detailed Description

Renderer that paints every feature with the same SymbolStyle.

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
    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.