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
swmm2dresultsstylepanel.cpp File Reference

O2-1 / VS.8 — multi-tab styling panel for SWMM2DResultsLayer. More...

#include "ui/dialogs/swmm2dresultsstylepanel.h"
#include "layers/swmm2dresultslayer.h"
#include "render/sublayers/scalarfillsublayer.h"
#include "ui/dialogs/editors/classificationbindings.h"
#include "ui/dialogs/sublayertabhelpers.h"
#include "ui/widgets/classificationeditor.h"
#include "ui/widgets/colorbutton.h"
#include "ui/widgets/colorrampcombobox.h"
#include "ui/widgets/dashstylecombo.h"
#include <QCheckBox>
#include <QComboBox>
#include <QDoubleSpinBox>
#include <QFormLayout>
#include <QGroupBox>
#include <QLabel>
#include <QScrollArea>
#include <QSpinBox>
#include <QTabWidget>
#include <QVBoxLayout>
#include <functional>
Include dependency graph for swmm2dresultsstylepanel.cpp:

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

O2-1 / VS.8 — multi-tab styling panel for SWMM2DResultsLayer.

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
    Pattern: each control is initialised from the style bag BEFORE
    its change-signal is connected, so construction never fires
    spurious writes; afterwards every edit applies live (the same
    apply-on-edit model the rest of the styling UI uses).

Variable Documentation

◆ highColor

std::function<QColor()> highColor

◆ invert

std::function<bool()> invert

◆ lowColor

std::function<QColor()> lowColor

◆ rampName

std::function<QString()> rampName

◆ setHighColor

std::function<void(const QColor &)> setHighColor

◆ setInvert

std::function<void(bool)> setInvert

◆ setLowColor

std::function<void(const QColor &)> setLowColor

◆ setRampName

std::function<void(const QString &)> setRampName