7 #ifndef CURVE_SETTINGS_INT_H 8 #define CURVE_SETTINGS_INT_H 10 #include "ColorFilterSettings.h" 11 #include "CurveConnectAs.h" 12 #include "LineStyle.h" 13 #include "PointStyle.h" 44 CurveConnectAs m_curveConnectAs;
47 #endif // CURVE_SETTINGS_INT_H Color filter parameters for one curve. For a class, this is handled the same as LineStyle and PointSt...
PointStyle pointStyle() const
Get method for point style.
ColorFilterSettings colorFilterSettings() const
Get method for color filter.
LineStyle lineStyle() const
Get method for line style.
Details for a specific Point.
CurveConnectAs curveConnectAs() const
Get method for connection method.
Details for a specific Line.
Internal settings for one curve, such as LineStyle, PointStyle and CurveFilter.