Engauge Digitizer
2
|
Model for DlgSettingsPointMatch and CmdSettingsPointMatch. More...
#include <DocumentModelPointMatch.h>
Public Member Functions | |
DocumentModelPointMatch () | |
Default constructor. | |
DocumentModelPointMatch (const Document &document) | |
Initial constructor from Document. | |
DocumentModelPointMatch (const DocumentModelPointMatch &other) | |
Copy constructor. | |
DocumentModelPointMatch & | operator= (const DocumentModelPointMatch &other) |
Assignment constructor. | |
virtual void | loadXml (QXmlStreamReader &reader) |
Load model from serialized xml. | |
double | maxPointSize () const |
Get method for max point size. | |
ColorPalette | paletteColorAccepted () const |
Get method for accepted color. | |
ColorPalette | paletteColorCandidate () const |
Get method for candidate color. | |
ColorPalette | paletteColorRejected () const |
Get method for rejected color. | |
void | printStream (QString indentation, QTextStream &str) const |
Debugging method that supports print method of this class and printStream method of some other class(es) | |
virtual void | saveXml (QXmlStreamWriter &writer) const |
Save entire model as xml into stream. | |
void | setMaxPointSize (double maxPointSize) |
Set method for max point size. | |
void | setPaletteColorAccepted (ColorPalette paletteColorAccepted) |
Set method for accepted color. | |
void | setPaletteColorCandidate (ColorPalette paletteColorCandidate) |
Set method for candidate color. | |
void | setPaletteColorRejected (ColorPalette paletteColorRejected) |
Set method for rejected color. | |
![]() | |
DocumentModelAbstractBase () | |
Single constructor. | |
virtual | ~DocumentModelAbstractBase () |
Single destructor. | |
Additional Inherited Members |
Model for DlgSettingsPointMatch and CmdSettingsPointMatch.
Definition at line 17 of file DocumentModelPointMatch.h.