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);
72 QTextStream &str)
const;
74 virtual void saveXml(QXmlStreamWriter &writer)
const;
83 void setHeader(ExportHeader exportHeader);
115 QStringList m_curveNamesNotExported;
117 ExportPointsSelectionFunctions m_pointsSelectionFunctions;
118 double m_pointsIntervalFunctions;
119 ExportPointsIntervalUnits m_pointsIntervalUnitsFunctions;
120 ExportPointsSelectionRelations m_pointsSelectionRelations;
121 double m_pointsIntervalRelations;
122 ExportPointsIntervalUnits m_pointsIntervalUnitsRelations;
123 ExportLayoutFunctions m_layoutFunctions;
124 ExportDelimiter m_delimiter;
125 ExportHeader m_header;
129 #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.