Go to the documentation of this file.
14 class QXmlStreamReader;
15 class QXmlStreamWriter;
32 QString
loadXml (QXmlStreamReader &reader);
39 QTextStream &str)
const;
42 void saveXml(QXmlStreamWriter &writer,
43 const QString &curveName)
const;
78 #endif // CURVE_STYLE_H
QString loadXml(QXmlStreamReader &reader)
Load from serialized xml. Returns the curve name.
LineStyle lineStyle() const
Get method for LineStyle.
void setPointColor(ColorPalette curveColor)
Set method curve point color in specified curve.
void setLineColor(ColorPalette lineColor)
Set method for line color in specified curve.
void saveXml(QXmlStreamWriter &writer, const QString &curveName) const
Serialize to xml.
Container for LineStyle and PointStyle for one Curve.
void setLineWidth(int width)
Set method for line width in specified curve.
void setPointStyle(const PointStyle &pointStyle)
Set method for PointStyle.
Details for a specific Line.
CurveStyle()
Default constructor.
void printStream(QString indentation, QTextStream &str) const
Debugging method that supports print method of this class and printStream method of some other class(...
PointStyle pointStyle() const
Get method for PointStyle.
void setLineStyle(const LineStyle &lineStyle)
Set method for LineStyle.
Details for a specific Point.
void setPointLineWidth(int width)
Set method for curve point perimeter line width.
void setLineConnectAs(CurveConnectAs curveConnectAs)
Set method for connect as method for lines in specified curve.
void setPointShape(PointShape shape)
Set method for curve point shape in specified curve.
void setPointRadius(int radius)
Set method for curve point radius.