![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
SWMM-coupled vertex marker sublayer for the 2D mesh. More...
#include "render/isublayer.h"#include "render/sublayerstyle.h"#include <QColor>#include <QJsonObject>#include <QString>Go to the source code of this file.
Classes | |
| class | OpenSWMM::Render::CoupledNodeStyle |
| class | OpenSWMM::Render::CoupledNodeSublayer |
Namespaces | |
| namespace | OpenSWMM |
| namespace | OpenSWMM::Render |
SWMM-coupled vertex marker sublayer for the 2D mesh.
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.