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

COMPARISON_PLOT_1V1_AND_TREE_PLAN Phase 5 — editor for the Comparison Plot's user-configured 1v1 pairs. More...

#include <QDialog>
Include dependency graph for comparisonpairsdialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::ComparisonPairsDialog
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::plot
 
namespace  openswmmvis::ui
 

Detailed Description

COMPARISON_PLOT_1V1_AND_TREE_PLAN Phase 5 — editor for the Comparison Plot's user-configured 1v1 pairs.

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

MVC: the dialog edits ComparisonPlotModel's pair list directly; the model emits pairsChanged on every edit, so the owning ComparisonPlotDialog rebuilds its scatter column live while this dialog is open. An empty pair list means auto mode (baseline vs every other run, matched by objectRef).