![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Host dialog for the 2D-mesh longitudinal profile. Builds a MeshProfile from a traced polyline, hosts a MeshProfilePlotWidget, and drives the animated depth column from the 2D results layer's frame changes (which the global AnimationController advances). More...
#include "plot/meshprofilesampler.h"#include <QDateTime>#include <QDialog>#include <QPointer>#include <QPointF>#include <QTimer>#include <QVector>Go to the source code of this file.
Classes | |
| class | MeshProfilePlotDialog |
Host dialog for the 2D-mesh longitudinal profile. Builds a MeshProfile from a traced polyline, hosts a MeshProfilePlotWidget, and drives the animated depth column from the 2D results layer's frame changes (which the global AnimationController advances).
Mirrors ProfilePlotDialog's lifetime model: a top-level window parented to its project window, WA_DeleteOnClose, that severs external connections on the project's aboutToClose so a multi- window teardown can't deliver into a half-destroyed dialog.