|
Engauge Digitizer
2
|
Model for DlgSettingsDigitizeCurve and CmdSettingsDigitizeCurve. More...
#include <DocumentModelDigitizeCurve.h>
Public Member Functions | |
| DocumentModelDigitizeCurve () | |
| Default constructor. | |
| DocumentModelDigitizeCurve (const Document &document) | |
| Initial constructor from Document. | |
| DocumentModelDigitizeCurve (const DocumentModelDigitizeCurve &other) | |
| Copy constructor. | |
| DocumentModelDigitizeCurve & | operator= (const DocumentModelDigitizeCurve &other) |
| Assignment constructor. | |
| int | cursorInnerRadius () const |
| Get method for cursor inner radius. | |
| int | cursorLineWidth () const |
| Get method for cursor line width. | |
| CursorSize | cursorSize () const |
| Get method for cursor size. | |
| bool | cursorStandardCross () const |
| Get method for cursor type. | |
| 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(es) | |
| virtual void | saveXml (QXmlStreamWriter &writer) const |
| Save entire model as xml into stream. | |
| void | setCursorInnerRadius (int innerRadius) |
| Set method for cursor inner radius. | |
| void | setCursorLineWidth (int lineWidth) |
| Set method for cursor line width. | |
| void | setCursorSize (CursorSize cursorSize) |
| Set method for cursor size. | |
| void | setCursorStandardCross (bool cursorStandardCross) |
| Set method for cursor type. | |
Public Member Functions inherited from DocumentModelAbstractBase | |
| DocumentModelAbstractBase () | |
| Single constructor. | |
| virtual | ~DocumentModelAbstractBase () |
| Single destructor. | |
Additional Inherited Members |
Model for DlgSettingsDigitizeCurve and CmdSettingsDigitizeCurve.
No color is involved because the documentation in QCursor suggests that not all platforms support colored cursors
Definition at line 12 of file DocumentModelDigitizeCurve.h.
1.8.9.1