7 #ifndef DOCUMENT_MODEL_EXPORT_FORMAT_H
8 #define DOCUMENT_MODEL_EXPORT_FORMAT_H
10 #include "DocumentModelAbstractBase.h"
11 #include "ExportDelimiter.h"
12 #include "ExportHeader.h"
13 #include "ExportLayoutFunctions.h"
14 #include "ExportPointsIntervalUnits.h"
15 #include "ExportPointsSelectionFunctions.h"
16 #include "ExportPointsSelectionRelations.h"
17 #include <QStringList>
45 ExportHeader
header()
const;
50 virtual void loadXml(QXmlStreamReader &reader);
75 QTextStream &str)
const;
77 virtual void saveXml(QXmlStreamWriter &writer)
const;
86 void setHeader(ExportHeader exportHeader);
121 QStringList m_curveNamesNotExported;
123 ExportPointsSelectionFunctions m_pointsSelectionFunctions;
124 double m_pointsIntervalFunctions;
125 ExportPointsIntervalUnits m_pointsIntervalUnitsFunctions;
126 ExportPointsSelectionRelations m_pointsSelectionRelations;
127 double m_pointsIntervalRelations;
128 ExportPointsIntervalUnits m_pointsIntervalUnitsRelations;
129 ExportLayoutFunctions m_layoutFunctions;
130 ExportDelimiter m_delimiter;
131 bool m_overrideCsvTsv;
132 ExportHeader m_header;
136 #endif // DOCUMENT_MODEL_EXPORT_FORMAT_H
Abstract base class for document models. This class enforces a common interface for the leaf subclass...
Storage of one imported image and the data attached to that image.