![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <userflagseditref.h>
Public Member Functions | |
| bool | operator== (const UserFlagsEditRef &other) const noexcept |
Public Attributes | |
| openswmmvis::ui::UserFlagsModel * | model = nullptr |
| QString | objectType |
| [USER_FLAG_VALUES] token: NODE / LINK / SUBCATCHMENT / GAGE | |
| QString | objectName |
| Owning object id (case-preserved) | |
| QString | summary |
| Short text shown in the cell. | |
Identifies the user-flag assignments of a single model object.
|
inlinenoexcept |
| openswmmvis::ui::UserFlagsModel* UserFlagsEditRef::model = nullptr |
Shared per-project store (borrow, not owned — lifetime is bound to the SWMMModelLayer). May be null when the engine is closed or in test contexts; the button disables gracefully.
| QString UserFlagsEditRef::objectName |
Owning object id (case-preserved)
| QString UserFlagsEditRef::objectType |
[USER_FLAG_VALUES] token: NODE / LINK / SUBCATCHMENT / GAGE
| QString UserFlagsEditRef::summary |
Short text shown in the cell.