7#ifndef EXPORT_FILE_EXTENSION_OVERRIDE_H
8#define EXPORT_FILE_EXTENSION_OVERRIDE_H
32 const QString &selectedNameFilter)
const;
virtual ~ExportFileExtensionOverride()
QString extensionWithPeriodCsv(const ExportToFile &exportStrategy) const
Extension for csv file with period.
QString extensionWithPeriodTsv(const ExportToFile &exportStrategy) const
Extension for tsv file with period.
DocumentModelExportFormat modelExportOverride(const DocumentModelExportFormat &modelExportFormatBefore, const ExportToFile &exportStrategy, const QString &selectedNameFilter) const
Adjust export settings given filename extension.
ExportFileExtensionOverride()
Single constructor.
Strategy class for exporting to a file. This strategy is external to the Document class so that class...