![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <QBrush>#include <QObject>#include <QPen>Go to the source code of this file.
Classes | |
| class | NodeRenderingPrefs |
Q_PROPERTY-wrapped view onto PreferencesManager's per-node-type outline pen, fill brush, and marker size (junction / outfall / storage / divider). Drives the Preferences dialog's Rendering page via QPropertyModel — getters call PreferencesManager::nodePen / nodeBrush / nodeSize, setters call setNodePen / setNodeBrush / setNodeSize, so any edit routes back through the singleton and fires its preferenceChanged signal exactly like the link-pen bridge does.