7#ifndef DOCUMENT_MODEL_DIGITIZE_CURVE_H
8#define DOCUMENT_MODEL_DIGITIZE_CURVE_H
45 virtual void loadXml(QXmlStreamReader &reader);
49 QTextStream &str)
const;
51 virtual void saveXml(QXmlStreamWriter &writer)
const;
67 bool m_cursorStandardCross;
68 int m_cursorInnerRadius;
69 int m_cursorLineWidth;
CursorSize
Custom cursor sizes supported on all platforms for the most part, according to QCursor documentation.
DocumentModelAbstractBase()
Single constructor.
void setCursorStandardCross(bool cursorStandardCross)
Set method for cursor type.
DocumentModelDigitizeCurve & operator=(const DocumentModelDigitizeCurve &other)
Assignment constructor.
DocumentModelDigitizeCurve()
Default constructor.
void setCursorLineWidth(int lineWidth)
Set method for cursor line width.
void setCursorInnerRadius(int innerRadius)
Set method for cursor inner radius.
CursorSize cursorSize() const
Get method for cursor size.
int cursorInnerRadius() const
Get method for cursor inner radius.
bool cursorStandardCross() const
Get method for cursor type.
int cursorLineWidth() const
Get method for cursor line width.
virtual void loadXml(QXmlStreamReader &reader)
Load model from serialized xml.
void printStream(QString indentation, QTextStream &str) const
Debugging method that supports print method of this class and printStream method of some other class(...
void setCursorSize(CursorSize cursorSize)
Set method for cursor size.
virtual void saveXml(QXmlStreamWriter &writer) const
Save entire model as xml into stream.
Storage of one imported image and the data attached to that image.