The noUIExport class is used to run the export without a ui.
More...
#include <nouiexport.h>
|
|
void | slot_exportFinished (ExportResult result) |
| | slot_exportFinished Connected to the ExportExecutor, called when the export is finished
|
| |
|
void | slot_displayMessage (QString message) |
| | slot_displayMessage Connected to the ExportExecutor, called to display a message
|
| |
|
void | slot_displayProgress (int progress, QString currentProgress) |
| | slot_makeProgress Connected to the ExportExecutor, called to display progress
|
| |
|
|
void | sig_exportFinished () |
| | sig_exportFinished Connected to the AutomaticExecutor to signal that the export is finished
|
| |
The noUIExport class is used to run the export without a ui.
- Author
- Daniel Brommer
- Date
- 2021/07/13
◆ noUIExport()
noUIExport Consturctor to set the given settings
- Parameters
-
| exportSettings | Settings of the export |
| dm | Pointer to the DataManager |
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-core/model/export/nouiexport.h
- iVS3D/src/iVS3D-core/model/export/nouiexport.cpp