![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Small shared builders for the per-sublayer styling panels (Swmm2DResultsStylePanel, Swmm2DMeshStylePanel): spin-box factories with the shared minimum widths, and the "Show <name>". More...
#include "render/isublayer.h"#include <QCheckBox>#include <QDoubleSpinBox>#include <QFormLayout>#include <QObject>#include <QSpinBox>#include <QString>#include <QWidget>Go to the source code of this file.
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
Functions | |
| QDoubleSpinBox * | openswmmvis::ui::makeDSpin (QWidget *parent, double lo, double hi, double step, int decimals, double value, const QString &suffix=QString()) |
| QSpinBox * | openswmmvis::ui::makeSpin (QWidget *parent, int lo, int hi, int value) |
| QWidget * | openswmmvis::ui::makeSublayerHeader (QWidget *parent, OpenSWMM::Render::ISublayer *sub, const QString &showLabel) |
Variables | |
| constexpr int | openswmmvis::ui::kSpinMinWidthPx = 110 |
| constexpr int | openswmmvis::ui::kComboMinWidthPx = 140 |
Small shared builders for the per-sublayer styling panels (Swmm2DResultsStylePanel, Swmm2DMeshStylePanel): spin-box factories with the shared minimum widths, and the "Show <name>".