The noUIController class is used to execute the noUI version of iVS3D. It will read and process the files given trough command line arguments.
More...
#include <nouicontroller.h>
|
| int | exec () |
| | exec Imports the path given with -in then reads the exec file given with -auto and executes the file and then closes the application
|
| |
|
| | noUIController (QString inputPath, QString settingsPath, QString outputPath, QString logPath) |
| | noUIController Constructor which extracts the command line arguments
|
| |
The noUIController class is used to execute the noUI version of iVS3D. It will read and process the files given trough command line arguments.
- Author
- Daniel Brommer
- Date
- 2021/06/24
◆ noUIController()
| noUIController::noUIController |
( |
QString |
inputPath, |
|
|
QString |
settingsPath, |
|
|
QString |
outputPath, |
|
|
QString |
logPath |
|
) |
| |
|
explicit |
noUIController Constructor which extracts the command line arguments
- Parameters
-
| arguments | QStringList with the command line arguments |
◆ exec
| int noUIController::exec |
( |
| ) |
|
|
slot |
exec Imports the path given with -in then reads the exec file given with -auto and executes the file and then closes the application
- Returns
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-core/controller/nouicontroller.h
- iVS3D/src/iVS3D-core/controller/nouicontroller.cpp