1 #ifndef DOCUMENT_MODEL_EXPORT_FORMAT_H
2 #define DOCUMENT_MODEL_EXPORT_FORMAT_H
4 #include "DocumentModelAbstractBase.h"
5 #include "ExportDelimiter.h"
6 #include "ExportHeader.h"
7 #include "ExportLayoutFunctions.h"
8 #include "ExportPointsIntervalUnits.h"
9 #include "ExportPointsSelectionFunctions.h"
10 #include "ExportPointsSelectionRelations.h"
11 #include <QStringList>
39 ExportHeader
header()
const;
44 virtual void loadXml(QXmlStreamReader &reader);
66 QTextStream &str)
const;
68 virtual void saveXml(QXmlStreamWriter &writer)
const;
77 void setHeader(ExportHeader exportHeader);
109 QStringList m_curveNamesNotExported;
111 ExportPointsSelectionFunctions m_pointsSelectionFunctions;
112 double m_pointsIntervalFunctions;
113 ExportPointsIntervalUnits m_pointsIntervalUnitsFunctions;
114 ExportPointsSelectionRelations m_pointsSelectionRelations;
115 double m_pointsIntervalRelations;
116 ExportPointsIntervalUnits m_pointsIntervalUnitsRelations;
117 ExportLayoutFunctions m_layoutFunctions;
118 ExportDelimiter m_delimiter;
119 ExportHeader m_header;
123 #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.