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

QObject wrapper exposing GISVectorSymbol fields as Q_PROPERTYs for the unified LayerStyleDialog (Slice U-7). More...

#include "layers/gisvectorlayer.h"
#include <QColor>
#include <QFont>
#include <QObject>
#include <functional>
Include dependency graph for gisvectorsymboladapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GisVectorSymbolAdapter
 

Detailed Description

QObject wrapper exposing GISVectorSymbol fields as Q_PROPERTYs for the unified LayerStyleDialog (Slice U-7).

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

Holds a live copy of the struct + a writer that pushes edits back through GISVectorLayer::setSymbol so the canvas repaints on every property change. Same pattern as SwmmElementSymbolAdapter (Slice U-4).