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

SWMM-coupled vertex marker sublayer for the 2D mesh. More...

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

Go to the source code of this file.

Classes

class  OpenSWMM::Render::CoupledNodeStyle
 
class  OpenSWMM::Render::CoupledNodeSublayer
 

Namespaces

namespace  OpenSWMM
 
namespace  OpenSWMM::Render
 

Detailed Description

SWMM-coupled vertex marker sublayer for the 2D mesh.

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
    Static — isDynamic() == false. The coupled set follows the
    [2D_VERTEX_NODE_MAP] tags, not the animation period.

    Carved out of MeshNodeStyle (which used to carry
    highlightTagged / taggedColor / taggedSizePx as a group on the
    Mesh Vertices sublayer) so coupled-node markers are a
    first-class sublayer: their own layer-tree row, styling tab, and
    — new — visibility independent of the mesh-vertex markers.
    Legacy styles migrate in SWMM2DMeshLayer::onSublayersJsonLoaded.