![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
GIS-themed editor for FeatureSublayerStyle (Point/Line/Polygon archetypes). Slice U-V2. More...
#include "ui/dialogs/istyleeditorwidget.h"Go to the source code of this file.
Classes | |
| class | openswmmvis::ui::FeatureStyleEditorBase |
| class | openswmmvis::ui::PointFeatureStyleEditor |
| class | openswmmvis::ui::LineFeatureStyleEditor |
| class | openswmmvis::ui::PolygonFeatureStyleEditor |
Namespaces | |
| namespace | OpenSWMM |
| namespace | OpenSWMM::Render |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
GIS-themed editor for FeatureSublayerStyle (Point/Line/Polygon archetypes). Slice U-V2.
Three derived classes — one per archetype — share a tiny base that handles the common attribute/color/colorRamp row and the live preview swatch. Per-archetype subclasses add their specific editors (marker shape + size; line width/dash/arrows; outline
All controls bind direct to the style bag's Q_PROPERTY setters and listen to styleChanged() for external mutations (Cancel rollback, .oswp load).