Strategy class for exporting to a file. This strategy is external to the Document class so that class is simpler. More...
#include <ExportToFile.h>
Public Member Functions | |
ExportToFile () | |
Single constructor. | |
void | exportToFile (const DocumentModelExportFormat &modelExport, const Document &document, const Transformation &transformation, QTextStream &str) const |
Export Document points according to the settings. More... | |
Strategy class for exporting to a file. This strategy is external to the Document class so that class is simpler.
Definition at line 12 of file ExportToFile.h.
void ExportToFile::exportToFile | ( | const DocumentModelExportFormat & | modelExport, |
const Document & | document, | ||
const Transformation & | transformation, | ||
QTextStream & | str | ||
) | const |
Export Document points according to the settings.
The DocumentModelExportFormat inside the Document is ignored so DlgSettingsExport can supply its own DocumentModelExportFormat when previewing what would be exported.
Definition at line 13 of file ExportToFile.cpp.