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
main.cpp File Reference
#include <QDateTime>
#include <QDir>
#include <QFile>
#include <QLocale>
#include <QMutex>
#include <QStandardPaths>
#include <QTranslator>
#include <QScopedPointer>
#include <QCommandLineParser>
#include <QCoreApplication>
#include <QSurfaceFormat>
#include <QtQml/qqml.h>
#include <cstdlib>
#include <exception>
#include <string>
#include <cstdio>
#include "swmmvisapplication.h"
#include "swmmvis.h"
#include "map/swmmlayerqsgrenderer.h"
#include "map/swmm2dmeshqsgrenderer.h"
#include "map/swmm2dresultsqsgrenderer.h"
Include dependency graph for main.cpp:

Functions

int main (int argc, char *argv[])
 main
 

Detailed Description

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Version
see
Discription\n
License\n
Date
2026
Precondition
Bug:
Warning
Todo:

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

main

Parameters
argcThe number of arguments passed to the application.
argvThe arguments passed to the application.
Returns
The exit code of the application.