Go to the documentation of this file.
15 class QXmlStreamReader;
16 class QXmlStreamWriter;
46 void loadXml(QXmlStreamReader &reader);
53 QTextStream &str)
const;
56 void saveXml(QXmlStreamWriter &writer)
const;
68 unsigned int width ()
const;
77 #endif // LINE_STYLE_H
static LineStyle defaultGraphCurve(int index)
Initial default for index'th graph curve.
LineStyle()
Default constructor only for use when this class is being stored by a container that requires the def...
unsigned int width() const
Width of line.
void loadXml(QXmlStreamReader &reader)
Load model from serialized xml. Returns the curve name.
Details for a specific Line.
ColorPalette paletteColor() const
Line color.
static LineStyle defaultAxesCurve()
Initial default for axes curve.
void saveXml(QXmlStreamWriter &writer) const
Serialize to stream.
void setCurveConnectAs(CurveConnectAs curveConnectAs)
Set connect as.
void setWidth(int width)
Set width of line.
void setPaletteColor(ColorPalette paletteColor)
Set method for line color.
CurveConnectAs curveConnectAs() const
Get method for connect type.
void printStream(QString indentation, QTextStream &str) const
Debugging method that supports print method of this class and printStream method of some other class(...
LineStyle & operator=(const LineStyle &other)
Assignment operator.