DocumentModelSegments Class Reference

Model for DlgSettingsSegments and CmdSettingsSegments. More...

#include <DocumentModelSegments.h>

Inheritance diagram for DocumentModelSegments:
DocumentModelAbstractBase

List of all members.

Public Member Functions

 DocumentModelSegments ()
 Default constructor.
 DocumentModelSegments (const Document &document)
 Initial constructor from Document.
 DocumentModelSegments (const DocumentModelSegments &other)
 Copy constructor.
DocumentModelSegmentsoperator= (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.

Detailed Description

Model for DlgSettingsSegments and CmdSettingsSegments.

Definition at line 17 of file DocumentModelSegments.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Friends

Generated on 4 Nov 2016 for Engauge Digitizer by  doxygen 1.6.1