![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "ui/dialogs/import/importmapping.h"#include "ui/dialogs/import/importplan.h"#include <QDialog>#include <QFutureWatcher>Go to the source code of this file.
Classes | |
| class | openswmmvis::import::ImportFeatureLayerDialog |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::import |
FEATURE_LAYER_TO_SWMM_IMPORT — the "Import Feature Layer → SWMM Objects" dialog (view). Programmatic buildUi (aboutdialog pattern), geometry persisted via dialoglayoutpersistence. The dry run executes on a QtConcurrent worker (MeshGenerationDialog idiom); the import itself runs on the GUI thread as one undo macro.