Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Export
ExportToFile.h
1
#ifndef EXPORT_TO_FILE_H
2
#define EXPORT_TO_FILE_H
3
4
#include <QStringList>
5
6
class
Document
;
7
class
DocumentModelExportFormat
;
8
class
QTextStream;
9
class
Transformation
;
10
12
class
ExportToFile
13
{
14
public
:
16
ExportToFile
();
17
20
void
exportToFile
(
const
DocumentModelExportFormat
&modelExport,
21
const
Document
&document,
22
const
Transformation
&transformation,
23
QTextStream &str)
const
;
24
25
};
26
27
#endif // EXPORT_TO_FILE_H
DocumentModelExportFormat
Model for DlgSettingsExportFormat and CmdSettingsExportFormat.
Definition:
DocumentModelExportFormat.h:17
ExportToFile
Strategy class for exporting to a file. This strategy is external to the Document class so that class...
Definition:
ExportToFile.h:12
Transformation
Affine transformation between screen and graph coordinates, based on digitized axis points...
Definition:
Transformation.h:23
ExportToFile::exportToFile
void exportToFile(const DocumentModelExportFormat &modelExport, const Document &document, const Transformation &transformation, QTextStream &str) const
Export Document points according to the settings.
Definition:
ExportToFile.cpp:13
Document
Storage of one imported image and the data attached to that image.
Definition:
Document.h:28
ExportToFile::ExportToFile
ExportToFile()
Single constructor.
Definition:
ExportToFile.cpp:9
Generated on Wed Oct 7 2015 18:10:59 for Engauge Digitizer by
1.8.9.1