|
Engauge Digitizer
2
|
Model for DlgSettingsCurveProperties and CmdSettingsCurveProperties. More...
#include <CurveStyles.h>

Public Member Functions | |
| CurveStyles () | |
| Default constructor. More... | |
| CurveStyles (const CoordSystem &coordSystem) | |
| Initial constructor from Document. More... | |
| CurveStyles (const CurveStyles &other) | |
| Copy constructor. More... | |
| CurveStyles & | operator= (const CurveStyles &other) |
| Assignment constructor. More... | |
| QStringList | curveNames () const |
| List of all curve names. More... | |
| CurveStyle | curveStyle (const QString &curveName) const |
| CurveStyle in specified curve. More... | |
| ColorPalette | lineColor (const QString &curveName) const |
| Get method for line color in specified curve. More... | |
| CurveConnectAs | lineConnectAs (const QString &curveName) const |
| Get method for connect as method for lines in specified curve. More... | |
| const LineStyle | lineStyle (const QString &curveName) const |
| Get method for copying one line style in one step. More... | |
| int | lineWidth (const QString &curveName) const |
| Get method for line width in specified curve. More... | |
| void | loadXml (QXmlStreamReader &reader) |
| Load from serialized xml. More... | |
| ColorPalette | pointColor (const QString &curveName) const |
| Get method for curve point color in specified curve. More... | |
| bool | pointIsCircle (const QString &curveName) const |
| Get method for curve point is circle in specified curve. More... | |
| int | pointLineWidth (const QString &curveName) const |
| Get method for curve point line width. More... | |
| QPolygonF | pointPolygon (const QString &curveName) const |
| Get method for curve point polygon in specified curve. More... | |
| int | pointRadius (const QString &curveName) const |
| Get method for curve point radius. More... | |
| PointShape | pointShape (const QString &curveName) const |
| Get method for curve point shape. More... | |
| const PointStyle | pointStyle (const QString &curveName) const |
| Get method for copying one point style. Cannot return just a reference or else there is a warning about returning reference to temporary. More... | |
| void | saveXml (QXmlStreamWriter &writer) const |
| Serialize to xml. More... | |
| void | setCurveStyle (const QString &curveName, const CurveStyle &curveStyle) |
| Set method for curve style. More... | |
| void | setLineColor (const QString &curveName, ColorPalette lineColor) |
| Set method for line color in specified curve. More... | |
| void | setLineConnectAs (const QString &curveName, CurveConnectAs curveConnectAs) |
| Set method for connect as method for lines in specified curve. More... | |
| void | setLineWidth (const QString &curveName, int width) |
| Set method for line width in specified curve. More... | |
| void | setPointColor (const QString &curveName, ColorPalette curveColor) |
| Set method curve point color in specified curve. More... | |
| void | setPointIsCircle (const QString &curveName, bool pointIsCircle) |
| Set method for curve point is circle in specified curve. More... | |
| void | setPointLineWidth (const QString &curveName, int width) |
| Set method for curve point perimeter line width. More... | |
| void | setPointRadius (const QString &curveName, int radius) |
| Set method for curve point radius. More... | |
| void | setPointShape (const QString &curveName, PointShape shape) |
| Set method for curve point shape in specified curve. More... | |
Model for DlgSettingsCurveProperties and CmdSettingsCurveProperties.
Definition at line 21 of file CurveStyles.h.
| CurveStyles::CurveStyles | ( | ) |
| CurveStyles::CurveStyles | ( | const CoordSystem & | coordSystem | ) |
| CurveStyles::CurveStyles | ( | const CurveStyles & | other | ) |
| QStringList CurveStyles::curveNames | ( | ) | const |
| CurveStyle CurveStyles::curveStyle | ( | const QString & | curveName | ) | const |
CurveStyle in specified curve.
Definition at line 78 of file CurveStyles.cpp.
| ColorPalette CurveStyles::lineColor | ( | const QString & | curveName | ) | const |
| CurveConnectAs CurveStyles::lineConnectAs | ( | const QString & | curveName | ) | const |
Get method for connect as method for lines in specified curve.
Definition at line 90 of file CurveStyles.cpp.
| const LineStyle CurveStyles::lineStyle | ( | const QString & | curveName | ) | const |
Get method for copying one line style in one step.
Definition at line 96 of file CurveStyles.cpp.
| int CurveStyles::lineWidth | ( | const QString & | curveName | ) | const |
| void CurveStyles::loadXml | ( | QXmlStreamReader & | reader | ) |
Load from serialized xml.
Definition at line 107 of file CurveStyles.cpp.
| CurveStyles & CurveStyles::operator= | ( | const CurveStyles & | other | ) |
| ColorPalette CurveStyles::pointColor | ( | const QString & | curveName | ) | const |
Get method for curve point color in specified curve.
Definition at line 141 of file CurveStyles.cpp.
| bool CurveStyles::pointIsCircle | ( | const QString & | curveName | ) | const |
Get method for curve point is circle in specified curve.
Definition at line 147 of file CurveStyles.cpp.
| int CurveStyles::pointLineWidth | ( | const QString & | curveName | ) | const |
| QPolygonF CurveStyles::pointPolygon | ( | const QString & | curveName | ) | const |
Get method for curve point polygon in specified curve.
Definition at line 159 of file CurveStyles.cpp.
| int CurveStyles::pointRadius | ( | const QString & | curveName | ) | const |
| PointShape CurveStyles::pointShape | ( | const QString & | curveName | ) | const |
| const PointStyle CurveStyles::pointStyle | ( | const QString & | curveName | ) | const |
Get method for copying one point style. Cannot return just a reference or else there is a warning about returning reference to temporary.
Definition at line 177 of file CurveStyles.cpp.
| void CurveStyles::saveXml | ( | QXmlStreamWriter & | writer | ) | const |
| void CurveStyles::setCurveStyle | ( | const QString & | curveName, |
| const CurveStyle & | curveStyle | ||
| ) |
| void CurveStyles::setLineColor | ( | const QString & | curveName, |
| ColorPalette | lineColor | ||
| ) |
| void CurveStyles::setLineConnectAs | ( | const QString & | curveName, |
| CurveConnectAs | curveConnectAs | ||
| ) |
Set method for connect as method for lines in specified curve.
Definition at line 215 of file CurveStyles.cpp.
| void CurveStyles::setLineWidth | ( | const QString & | curveName, |
| int | width | ||
| ) |
| void CurveStyles::setPointColor | ( | const QString & | curveName, |
| ColorPalette | curveColor | ||
| ) |
| void CurveStyles::setPointIsCircle | ( | const QString & | curveName, |
| bool | pointIsCircle | ||
| ) |
Set method for curve point is circle in specified curve.
| void CurveStyles::setPointLineWidth | ( | const QString & | curveName, |
| int | width | ||
| ) |
| void CurveStyles::setPointRadius | ( | const QString & | curveName, |
| int | radius | ||
| ) |
| void CurveStyles::setPointShape | ( | const QString & | curveName, |
| PointShape | shape | ||
| ) |
Set method for curve point shape in specified curve.
Definition at line 255 of file CurveStyles.cpp.
1.8.16