Engauge Digitizer
2
|
Model for DlgSettingsSegments and CmdSettingsSegments. More...
#include <DocumentModelSegments.h>
Public Member Functions | |
DocumentModelSegments () | |
Default constructor. | |
DocumentModelSegments (const Document &document) | |
Initial constructor from Document. | |
DocumentModelSegments (const DocumentModelSegments &other) | |
Copy constructor. | |
DocumentModelSegments & | operator= (const DocumentModelSegments &other) |
Assignment constructor. | |
bool | fillCorners () const |
Get method for fill corners. | |
ColorPalette | lineColor () const |
Get method for line color. | |
double | lineWidth () const |
Get method for line width. | |
virtual void | loadXml (QXmlStreamReader &reader) |
Load model from serialized xml. | |
double | minLength () const |
Get method for min length. | |
double | pointSeparation () const |
Get method for point separation. | |
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 | setFillCorners (bool fillCorners) |
Set method for fill corners. | |
void | setLineColor (ColorPalette lineColor) |
Set method for line color. | |
void | setLineWidth (double lineWidth) |
Set method for line width. | |
void | setMinLength (double minLength) |
Set method for min length. | |
void | setPointSeparation (double pointSeparation) |
Set method for point separation. | |
![]() | |
DocumentModelAbstractBase () | |
Single constructor. | |
virtual | ~DocumentModelAbstractBase () |
Single destructor. | |
Additional Inherited Members |
Model for DlgSettingsSegments and CmdSettingsSegments.
Definition at line 17 of file DocumentModelSegments.h.