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

Slice BR Phase 6.8.1/2 — two-pane non-modal CRUD editor for SWMM control rules. More...

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

Go to the source code of this file.

Classes

class  openswmmvis::ui::RulesEditorDialog
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::controls
 
namespace  openswmmvis::ui
 

Detailed Description

Slice BR Phase 6.8.1/2 — two-pane non-modal CRUD editor for SWMM control rules.

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

Layout (left → right):

┌──────────────────────────────┬───────────────────────────────────┐ │ [Search…] │ Name: [<read-only>] [Rename…] │ │ ────────────────── │ Status: ● Valid (or ⚠ Line N: …) │ │ ✓ R1 │ ─────────────────────────────── │ │ ✓ DryWeatherPump │ RULE DryWeatherPump │ │ ⚠ Outfall1 │ IF NODE J1 DEPTH > 5 │ │ … RDII_Bypass │ AND CONDUIT C1 FLOW < 10 │ │ │ THEN PUMP P1 STATUS = ON │ │ │ ELSE PUMP P1 STATUS = OFF │ │ [+ Add] [− Delete] [Rename…]│ PRIORITY 5 │ └──────────────────────────────┴───────────────────────────────────┘

Mirrors CurveEditorDialog / PatternEditorDialog for the public API surface so ComprehensiveEditorRegistry slots in mechanically.