7#ifndef DOCUMENT_MODEL_LOAD_VIEWS_H
8#define DOCUMENT_MODEL_LOAD_VIEWS_H
41 virtual void loadXml(QXmlStreamReader &reader);
45 QTextStream &str)
const;
47 virtual void saveXml(QXmlStreamWriter &writer)
const;
DocumentModelAbstractBase()
Single constructor.
bool gridlines() const
Get method for gridlines.
void printStream(QString indentation, QTextStream &str) const
Debugging method that supports print method of this class and printStream method of some other class(...
virtual void saveXml(QXmlStreamWriter &writer) const
Save entire model as xml into stream.
void setGuidelines(bool guidelines)
Set method for guidelines.
bool guidelines() const
Get method for guidelines.
virtual void loadXml(QXmlStreamReader &reader)
Load model from serialized xml.
void setGridlines(bool gridlines)
Set method for gridlines.
DocumentModelLoadViews & operator=(const DocumentModelLoadViews &other)
Assignment constructor.
DocumentModelLoadViews()
Default constructor.
Storage of one imported image and the data attached to that image.