iVS3D v2.0.0
Loading...
Searching...
No Matches
noUIExport Class Reference

The noUIExport class is used to run the export without a ui. More...

#include <nouiexport.h>

Inheritance diagram for noUIExport:

Public Slots

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
 

Signals

void sig_exportFinished ()
 sig_exportFinished Connected to the AutomaticExecutor to signal that the export is finished
 

Public Member Functions

 noUIExport (Progressable *receiver, QMap< QString, QVariant > exportSettings, DataManager *dm)
 noUIExport Consturctor to set the given settings
 
void runExport ()
 runExport Runs the export. This method is similar to ExportController::slot_export
 

Detailed Description

The noUIExport class is used to run the export without a ui.

Author
Daniel Brommer
Date
2021/07/13

Constructor & Destructor Documentation

◆ noUIExport()

noUIExport::noUIExport ( Progressable receiver,
QMap< QString, QVariant >  exportSettings,
DataManager dm 
)

noUIExport Consturctor to set the given settings

Parameters
exportSettingsSettings of the export
dmPointer to the DataManager

The documentation for this class was generated from the following files: