2 #include "ExportFileFunctions.h"
3 #include "ExportFileRelations.h"
4 #include "ExportToFile.h"
7 #include "Transformation.h"
16 QTextStream &str)
const
18 LOG4CPP_INFO_S ((*mainCat)) <<
"ExportToFile::exportToFile";
void exportToFile(const DocumentModelExportFormat &modelExportOverride, const Document &document, const Transformation &transformation, QTextStream &str) const
Export Document points according to the settings.
Strategy class for exporting to a file. This strategy is external to the Document class so that class...
void exportToFile(const DocumentModelExportFormat &modelExport, const Document &document, const Transformation &transformation, QTextStream &str) const
Export Document points according to the settings.
void exportToFile(const DocumentModelExportFormat &modelExportOverride, const Document &document, const Transformation &transformation, QTextStream &str) const
Export Document points according to the settings.
Storage of one imported image and the data attached to that image.
Strategy class for exporting to a file. This strategy is external to the Document class so that class...
ExportToFile()
Single constructor.