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
meshprofileplotdialog.h File Reference

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>
Include dependency graph for meshprofileplotdialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MeshProfilePlotDialog
 

Detailed Description

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).

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

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.