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
saveaspathnormalizer.h
Go to the documentation of this file.
1
25#ifndef SAVEASPATHNORMALIZER_H
26#define SAVEASPATHNORMALIZER_H
27
28#include <QSet>
29#include <QString>
30
31namespace openswmmvis {
32
35{
43 QString inpPath;
44
49 bool isProject = false;
50
53 bool wasNormalized = false;
54};
55
81[[nodiscard]] SaveAsPathResult
82normalizeSaveAsPath(const QString &dialogPath,
83 const QSet<QString> &writableExtensions);
84
85} // namespace openswmmvis
86
87#endif // SAVEASPATHNORMALIZER_H
Definition aquiferprovider.h:21
SaveAsPathResult normalizeSaveAsPath(const QString &dialogPath, const QSet< QString > &writableExtensions)
Definition saveaspathnormalizer.cpp:48
Definition saveaspathnormalizer.h:35
QString inpPath
Definition saveaspathnormalizer.h:43
bool isProject
Definition saveaspathnormalizer.h:49
bool wasNormalized
Definition saveaspathnormalizer.h:53