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

CRUD editor for SWMM LID controls ([LID_CONTROLS]). More...

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

Go to the source code of this file.

Classes

class  openswmmvis::ui::LidControlEditorDialog
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::lid
 
namespace  openswmmvis::sectionview
 
namespace  openswmmvis::ui
 

Detailed Description

CRUD editor for SWMM LID controls ([LID_CONTROLS]).

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 + right pane with a type combobox and a QTabWidget of the four LID layers (Surface / Soil / Storage / Drain), matching the engine's swmm_lid_set_surface / _soil / _storage / _drain setters.

Engine limitation: no LID getters, so existing layer values cannot be pre-loaded; the registry only writes new or user-edited controls.

NOTE (first cut): build-verify with the compiler in the loop.