![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Q_OBJECT facade for the user-configurable display options on the 2D mesh longitudinal profile plot. Edited via a QPropertyModel-backed tree (see MeshProfilePlotDialog's "Display Options…") and read by MeshProfilePlotWidget directly — every setter propagates through the single changed() signal. Mirrors ProfilePlotOptions' mechanics (Q_ENUM positions, displayLabelFor, QPen/QBrush props) but trimmed to the continuous-cross-section render passes (no node/link theming).
More...
#include "plot/numberformat.h"#include <QBrush>#include <QColor>#include <QFont>#include <QObject>#include <QPen>#include <QPointF>#include <QString>Go to the source code of this file.
Classes | |
| class | MeshProfilePlotOptions |
Q_OBJECT facade for the user-configurable display options on the 2D mesh longitudinal profile plot. Edited via a QPropertyModel-backed tree (see MeshProfilePlotDialog's "Display Options…") and read by MeshProfilePlotWidget directly — every setter propagates through the single changed() signal. Mirrors ProfilePlotOptions' mechanics (Q_ENUM positions, displayLabelFor, QPen/QBrush props) but trimmed to the continuous-cross-section render passes (no node/link theming).