![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "ui/widgets/inletdrawingview.h"#include "core/unitsystem.h"#include "inlet/inletprovider.h"#include <QCoreApplication>#include <QGraphicsEllipseItem>#include <QGraphicsLineItem>#include <QGraphicsRectItem>#include <QGraphicsScene>#include <QGraphicsSimpleTextItem>#include <QMouseEvent>#include <QPainterPath>#include <QPair>#include <QPalette>#include <QPolygonF>#include <QShowEvent>#include <QResizeEvent>#include <QWheelEvent>#include <QtMath>#include <algorithm>#include <cmath>Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
| QString lengthLabel = QStringLiteral("ft") |
| double s = 1.0 |
Scene px per model length unit.
| QGraphicsScene* scene = nullptr |
| InletTheme theme |
| QString velocityLabel = QStringLiteral("ft/s") |