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

Unified editor for SWMM land uses ([LANDUSES] + [BUILDUP] + [WASHOFF]) — iteration 4. More...

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

Go to the source code of this file.

Classes

class  openswmmvis::ui::LandUseEditorDialog
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::landuse
 
namespace  openswmmvis::pollutant
 
namespace  openswmmvis::ui
 

Detailed Description

Unified editor for SWMM land uses ([LANDUSES] + [BUILDUP] + [WASHOFF]) — iteration 4.

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

List pane + tabbed detail pane for the selected land use:

  • General && Sweeping: name, sweep interval (days), removal fraction.
  • Buildup: per-pollutant [BUILDUP] table (BuildupTableModel).
  • Washoff: per-pollutant [WASHOFF] table incl. the per-pollutant sweep/BMP efficiencies (WashoffTableModel). Rows in the two tables re-dimension automatically as pollutants are added/removed (refreshPollutants(), wired to the pollutant registry). Delete is impact-aware: the confirmation lists what cascades (LandUseRegistry::impactSummary) before swmm_landuse_delete runs.