Go to the documentation of this file.
7 #ifndef DOCUMENT_MODEL_POINT_MATCH_H
8 #define DOCUMENT_MODEL_POINT_MATCH_H
32 virtual void loadXml(QXmlStreamReader &reader);
48 QTextStream &str)
const;
50 virtual void saveXml(QXmlStreamWriter &writer)
const;
66 double m_minPointSeparation;
67 double m_maxPointSize;
73 #endif // DOCUMENT_MODEL_POINT_MATCH_H
ColorPalette paletteColorAccepted() const
Get method for accepted color.
virtual void loadXml(QXmlStreamReader &reader)
Load model from serialized xml.
DocumentModelPointMatch & operator=(const DocumentModelPointMatch &other)
Assignment constructor.
void printStream(QString indentation, QTextStream &str) const
Debugging method that supports print method of this class and printStream method of some other class(...
Storage of one imported image and the data attached to that image.
double maxPointSize() const
Get method for max point size.
void setMaxPointSize(double maxPointSize)
Set method for max point size.
ColorPalette paletteColorRejected() const
Get method for rejected color.
Abstract base class for document models. This class enforces a common interface for the leaf subclass...
void setPaletteColorCandidate(ColorPalette paletteColorCandidate)
Set method for candidate color.
DocumentModelPointMatch()
Default constructor.
Model for DlgSettingsPointMatch and CmdSettingsPointMatch.
ColorPalette paletteColorCandidate() const
Get method for candidate color.
void setPaletteColorAccepted(ColorPalette paletteColorAccepted)
Set method for accepted color.
void setPaletteColorRejected(ColorPalette paletteColorRejected)
Set method for rejected color.
virtual void saveXml(QXmlStreamWriter &writer) const
Save entire model as xml into stream.