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
culvertcodecombobox.h File Reference
#include <QComboBox>
#include "ui/properties/culvertcoderef.h"
Include dependency graph for culvertcodecombobox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CulvertCodeComboBox
 

Detailed Description

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

Phase 0 of docs/ATTRIBUTE_EDITOR_WIRING_PLAN_2026-06-04.md — inline combobox editor for the conduit "Culvert Code" Property Browser row. Registered against the CulvertCodeRef metatype via QPropertyItemDelegate::registerCustomTypeEditorCreator.

Apply-as-you-go (same contract the removed LinkCompoundEditDialog culvert page honoured): picking an item writes immediately through SWMMModelLayer::applyLinkCulvertCode (or the bare engine setter when no layer is bound, e.g. in tests), then emits valueChanged() so the delegate's setModelData round-trip refreshes the row.