![]() |
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 "ui/dialogs/import/importplanning.h"#include <QObject>#include <QSet>#include <QString>#include <functional>Go to the source code of this file.
Classes | |
| struct | openswmmvis::import::SourceSpec |
| class | openswmmvis::import::FeatureLayerImporter |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::import |
FEATURE_LAYER_TO_SWMM_IMPORT — controller between the import dialog (view) and the model side (GISVectorLayer source, SWMMModelLayer target). Splits the work into three phases so the dialog can run the dry run off the GUI thread (MeshGenerationDialog idiom):
No widget dependencies — unit-testable headless.