7#ifndef DOCUMENT_MODEL_GUIDELINES_H
8#define DOCUMENT_MODEL_GUIDELINES_H
const int INNER_RADIUS_MIN
QMap< QString, double > GuidelineValues
Abstract base class for document models. This class enforces a common interface for the leaf subclass...
Model for managing the coordinate values corresponding Guidelines.
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.