![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Headless (non-GUI) application object for batch/scripted use. More...
#include <swmmvisapplication.h>
Public Member Functions | |
| SWMMVisCoreApplication (int &argc, char *argv[]) | |
| Constructs the core application and initialises GDAL. | |
| virtual | ~SWMMVisCoreApplication () |
| Destructor. Releases GDAL resources. | |
Headless (non-GUI) application object for batch/scripted use.
The SWMMVisCoreApplication class is a subclass of QCoreApplication.
Initialises GDAL and Qt infrastructure without opening a display. Used in the future for command-line simulation tools that share the same engine library as the GUI but require no graphics context.
The SWMMVisCoreApplication class is a subclass of QCoreApplication. It is used to handle the core functionality of the SWMM application.
| SWMMVisCoreApplication::SWMMVisCoreApplication | ( | int & | argc, |
| char * | argv[] | ||
| ) |
Constructs the core application and initialises GDAL.
| argc | Command-line argument count (from main). |
| argv | Command-line argument vector (from main). |
|
virtual |
Destructor. Releases GDAL resources.
SWMMVisCoreApplication::~SWMMVisCoreApplication The destructor for the SWMMVisCoreApplication class.