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
NewProjectDialog::Result Struct Reference

Inputs collected from the dialog. Strings are SWMM-INP keywords ready to inline into the synthesized .inp. More...

#include <newprojectdialog.h>

Collaboration diagram for NewProjectDialog::Result:

Public Attributes

QString name = QStringLiteral("Untitled")
 
QString flowUnits = QStringLiteral("CFS")
 
QString infiltrationModel = QStringLiteral("HORTON")
 
QString flowRouting = QStringLiteral("DYNWAVE")
 
QDateTime startDateTime
 
QDateTime endDateTime
 
QString crsAuthCode
 e.g. "EPSG:4326"; empty = no CRS.
 

Detailed Description

Inputs collected from the dialog. Strings are SWMM-INP keywords ready to inline into the synthesized .inp.

Member Data Documentation

◆ crsAuthCode

QString NewProjectDialog::Result::crsAuthCode

e.g. "EPSG:4326"; empty = no CRS.

◆ endDateTime

QDateTime NewProjectDialog::Result::endDateTime

◆ flowRouting

QString NewProjectDialog::Result::flowRouting = QStringLiteral("DYNWAVE")

◆ flowUnits

QString NewProjectDialog::Result::flowUnits = QStringLiteral("CFS")

◆ infiltrationModel

QString NewProjectDialog::Result::infiltrationModel = QStringLiteral("HORTON")

◆ name

QString NewProjectDialog::Result::name = QStringLiteral("Untitled")

◆ startDateTime

QDateTime NewProjectDialog::Result::startDateTime

The documentation for this struct was generated from the following file: