The AutomaticController class is responsible for controlling the automatic execution.
More...
#include <automaticcontroller.h>
|
| void | sig_saveConfiguration (QString path) |
| | sig_saveConfiguration Signal emitted when 'Save Config' is clicked
|
| |
| void | sig_loadConfiguration (QString path) |
| | sig_loadConfiguration Signal emitted when 'Load Config' is clicked
|
| |
The AutomaticController class is responsible for controlling the automatic execution.
- Author
- Daniel Brommer
- Date
- 2022/07/08
◆ AutomaticController()
◆ autoExec()
autoExec Getter for AutoExec
- Returns
- AutoExec
◆ setExporController()
setExporController Sets the current exportController in the AutoExec classes
- Parameters
-
◆ sig_loadConfiguration
| void AutomaticController::sig_loadConfiguration |
( |
QString |
path | ) |
|
|
signal |
sig_loadConfiguration Signal emitted when 'Load Config' is clicked
- Parameters
-
| path | Path to the user selected file |
◆ sig_saveConfiguration
| void AutomaticController::sig_saveConfiguration |
( |
QString |
path | ) |
|
|
signal |
sig_saveConfiguration Signal emitted when 'Save Config' is clicked
- Parameters
-
| path | Path to the user selected file |
◆ slot_createProgress
◆ slot_setAlgorithm
| void AutomaticController::slot_setAlgorithm |
( |
int |
index | ) |
|
|
slot |
slot_setAlgorithm Sets the SamplingWidget to the given algorithm
- Parameters
-
| index | Index of the algorithm |
◆ slot_updatedSelectedPlugins
| void AutomaticController::slot_updatedSelectedPlugins |
( |
QStringList |
usedPlugins | ) |
|
|
slot |
slot_updatedSelectedPlugins Updates the plugins shown in the AutoWidget
- Parameters
-
| usedPlugins | QStringList with the current plugin list |
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-core/controller/automaticcontroller.h
- iVS3D/src/iVS3D-core/controller/automaticcontroller.cpp