![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Per-slot preview row returned by the normalizer. More...
#include <ioportabilitynormalizer.h>
Public Attributes | |
| int | role = 0 |
| SWMM_FilePathRole numeric value. | |
| QString | role_label |
| Human-readable role name. | |
| QString | owner |
| Empty for scalar slots. | |
| QString | original |
| Token currently stored on the engine. | |
| QString | absolute |
| Resolved absolute path (or empty). | |
| QString | preview_relative |
| What the writer would emit (INP only). | |
| bool | crosses_volume = false |
| bool | file_missing = false |
| QString | warning |
| Empty on a clean slot. | |
Per-slot preview row returned by the normalizer.
Carries enough information for the GUI to (a) display the slot in a "Paths" review pane, (b) flag any portability issue, and (c) provide a one-click "rebase" hint that the user can confirm or override.
| QString openswmmvis::project::SlotPreview::absolute |
Resolved absolute path (or empty).
| bool openswmmvis::project::SlotPreview::crosses_volume = false |
| bool openswmmvis::project::SlotPreview::file_missing = false |
| QString openswmmvis::project::SlotPreview::original |
Token currently stored on the engine.
| QString openswmmvis::project::SlotPreview::owner |
Empty for scalar slots.
| QString openswmmvis::project::SlotPreview::preview_relative |
What the writer would emit (INP only).
| int openswmmvis::project::SlotPreview::role = 0 |
SWMM_FilePathRole numeric value.
| QString openswmmvis::project::SlotPreview::role_label |
Human-readable role name.
| QString openswmmvis::project::SlotPreview::warning |
Empty on a clean slot.