Engauge Digitizer  2
Public Member Functions | List of all members
DocumentModelPointMatch Class Reference

Model for DlgSettingsPointMatch and CmdSettingsPointMatch. More...

#include <DocumentModelPointMatch.h>

Inheritance diagram for DocumentModelPointMatch:
DocumentModelAbstractBase

Public Member Functions

 DocumentModelPointMatch ()
 Default constructor.
 
 DocumentModelPointMatch (const Document &document)
 Initial constructor from Document.
 
 DocumentModelPointMatch (const DocumentModelPointMatch &other)
 Copy constructor.
 
DocumentModelPointMatchoperator= (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.
 
- Public Member Functions inherited from DocumentModelAbstractBase
 DocumentModelAbstractBase ()
 Single constructor.
 
virtual ~DocumentModelAbstractBase ()
 Single destructor.
 

Additional Inherited Members

Detailed Description

Model for DlgSettingsPointMatch and CmdSettingsPointMatch.

Definition at line 17 of file DocumentModelPointMatch.h.


The documentation for this class was generated from the following files: