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>
48 ExportHeader
header()
const;
53 virtual void loadXml(QXmlStreamReader &reader);
78 QTextStream &str)
const;
80 virtual void saveXml(QXmlStreamWriter &writer)
const;
92 void setHeader(ExportHeader exportHeader);
127 QStringList m_curveNamesNotExported;
129 ExportPointsSelectionFunctions m_pointsSelectionFunctions;
130 double m_pointsIntervalFunctions;
131 ExportPointsIntervalUnits m_pointsIntervalUnitsFunctions;
132 ExportPointsSelectionRelations m_pointsSelectionRelations;
133 double m_pointsIntervalRelations;
134 ExportPointsIntervalUnits m_pointsIntervalUnitsRelations;
135 ExportLayoutFunctions m_layoutFunctions;
136 ExportDelimiter m_delimiter;
137 bool m_extrapolateOutsideEndpoints;
138 bool m_overrideCsvTsv;
139 ExportHeader m_header;
143 #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.