Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
ExportToFile Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

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.


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