The OpenExecutor class tries to import files from given path. It does this in a concurrent thread and reports the import progress using signals.
More...
#include <openexecutor.h>
|
|
void | slot_abort () |
| | [slot] slot_abort calls destructor and aborts current data retrieval
|
| |
|
| void | sig_finished (int result) |
| | [signal] sig_finished signals the connected element that it is done
|
| |
|
| | OpenExecutor (const QString &pathToOpen, DataManager *dataManager) |
| | OpenExecutor Constructor, which stores the given pathToOpen and dataManger pointer as members.
|
| |
|
| ~OpenExecutor () |
| | ~OpenExecuter Destructor, which disconnects the futureWatcher and deletes it
|
| |
|
void | open () |
| | open uses the given DataManger to open the file (defined through pathToOpen) in a seperate thread
|
| |
|
|
void | slot_finished () |
| | [slot] slot_finished emits sig_process to show that it is done
|
| |
The OpenExecutor class tries to import files from given path. It does this in a concurrent thread and reports the import progress using signals.
- Author
- Dominik Wüst
- Date
- 2021/03/02
◆ OpenExecutor()
| OpenExecutor::OpenExecutor |
( |
const QString & |
pathToOpen, |
|
|
DataManager * |
dataManager |
|
) |
| |
OpenExecutor Constructor, which stores the given pathToOpen and dataManger pointer as members.
- Parameters
-
| pathToOpen | is the path to a file, which should be opened |
| dataManager | is usde to open the file |
◆ sig_finished
| void OpenExecutor::sig_finished |
( |
int |
result | ) |
|
|
signal |
[signal] sig_finished signals the connected element that it is done
- Parameters
-
| result,which | shows if the progress was successfull |
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-core/model/data/openexecutor.h
- iVS3D/src/iVS3D-core/model/data/openexecutor.cpp