27 QTextStream &str)
const
31 unsigned int numWritesSoFar = 0;
32 bool isOverrunFunctions =
false, isOverrunRelations =
false;
65 return QString (
"Text CSV (*.%1)")
71 return QString (
"Text TSV (*.%1)")
const QString TSV_FILENAME_EXTENSION("tsv")
const QString CSV_FILENAME_EXTENSION("csv")
log4cpp::Category * mainCat
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...
void exportToFile(const DocumentModelExportFormat &modelExportOverride, const Document &document, const MainWindowModel &modelMainWindow, const Transformation &transformation, QTextStream &str, unsigned int &numWritesSoFar, bool &isOverrun) 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 &modelExportOverride, const Document &document, const MainWindowModel &modelMainWindow, const Transformation &transformation, QTextStream &str, unsigned int &numWritesSoFar, bool &isOverrun) const
Export Document points according to the settings.
QString filterTsv() const
QFileDialog filter for TSV files.
QString filterCsv() const
QFileDialog filter for CSV files.
void exportToFile(const DocumentModelExportFormat &modelExport, const Document &document, const MainWindowModel &modelMainWindow, const Transformation &transformation, QTextStream &str) const
Export Document points according to the settings.
ExportToFile()
Single constructor.
QString fileExtensionTsv() const
File extension for tsv export files.
QString fileExtensionCsv() const
File extension for csv export files.
Model for DlgSettingsMainWindow.
#define LOG4CPP_INFO_S(logger)