7#ifndef DOCUMENT_MODEL_GUIDELINES_H
8#define DOCUMENT_MODEL_GUIDELINES_H
39 virtual void loadXml(QXmlStreamReader &reader);
43 QTextStream &str)
const;
45 virtual void saveXml(QXmlStreamWriter &writer)
const;
61 void loadXmlVector (QXmlStreamReader &reader,
62 const QString &tokenEnd,
64 void saveXmlVector (QXmlStreamWriter &writer,
65 const QString &tokenAll,
QMap< QString, double > GuidelineValues
DocumentModelAbstractBase()
Single constructor.
virtual void saveXml(QXmlStreamWriter &writer) const
Save entire model as xml into stream.
void setValuesX(const GuidelineValues &valuesX)
Set method for x/t values.
DocumentModelGuidelines()
Default constructor.
virtual void loadXml(QXmlStreamReader &reader)
Load model from serialized xml.
GuidelineValues valuesX() const
Get method for x/t values.
void setValuesY(const GuidelineValues &valuesY)
Set method for y/r values.
void printStream(QString indentation, QTextStream &str) const
Debugging method that supports print method of this class and printStream method of some other class(...
DocumentModelGuidelines & operator=(const DocumentModelGuidelines &other)
Assignment constructor.
GuidelineValues valuesY() const
Get method for y/r values.
Storage of one imported image and the data attached to that image.