7#ifndef DOCUMENT_MODEL_GENERAL_H
8#define DOCUMENT_MODEL_GENERAL_H
const int INNER_RADIUS_MIN
Abstract base class for document models. This class enforces a common interface for the leaf subclass...
Model for DlgSettingsGeneral and CmdSettingsGeneral.
virtual void saveXml(QXmlStreamWriter &writer) const
Save entire model as xml into stream.
void setCursorSize(int cursorSize)
Set method for effective cursor size.
virtual void loadXml(QXmlStreamReader &reader)
Load model from serialized xml.
void setExtraPrecision(int extraPrecision)
Set method for extra digits of precision.
void printStream(QString indentation, QTextStream &str) const
Debugging method that supports print method of this class and printStream method of some other class(...
DocumentModelGeneral & operator=(const DocumentModelGeneral &other)
Assignment constructor.
DocumentModelGeneral()
Default constructor.
int extraPrecision() const
Get method for extra digits of precsion.
int cursorSize() const
Get method for effective cursor size.
Storage of one imported image and the data attached to that image.