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
linkrenderingprefs.h File Reference
#include <QObject>
#include <QPen>
Include dependency graph for linkrenderingprefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LinkRenderingPrefs
 

Detailed Description

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

Q_PROPERTY-wrapped view onto PreferencesManager's per-link-type pens (conduit / pump / orifice / weir / outlet). Drives the Preferences dialog's Rendering page via QPropertyModel — getters call PreferencesManager::linkPen(), setters call setLinkPen(), so any edit routes back through the singleton and fires its preferenceChanged signal exactly like a hand-coded color picker would.