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

User Flags Manager — Phase 2 of docs/USER_FLAGS_UI_PLAN_2026-06-03.md. More...

#include <QDialog>
#include "ui/models/userflagsmodel.h"
Include dependency graph for userflagsdialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UserFlagsDialog
 Staged editor for user-flag definitions. More...
 

Detailed Description

User Flags Manager — Phase 2 of docs/USER_FLAGS_UI_PLAN_2026-06-03.md.

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

Modal editor for the [USER_FLAGS] schema: one row per flag definition (Name, Type, Description) with Add / Remove. Edits are staged in the table and committed to the engine through UserFlagsModel on Apply / OK (Cancel discards), mirroring SimulationOptionsDialog's read-on-open / write-on-apply round trip. The caller marks the project dirty off wroteAnyChanges(), exactly like onSimulationOptions does.