Engauge Digitizer 2
|
Internal settings for one curve, such as LineStyle, PointStyle and CurveFilter. More...
#include <CurveSettingsInt.h>
Public Member Functions | |
CurveSettingsInt (const ColorFilterSettings &colorFilterSettings, const PointStyle &pointStyle, const LineStyle &lineStyle, CurveConnectAs curveConnectAs) | |
Single constructor. | |
CurveConnectAs | curveConnectAs () const |
Get method for connection method. | |
ColorFilterSettings | colorFilterSettings () const |
Get method for color filter. | |
LineStyle | lineStyle () const |
Get method for line style. | |
PointStyle | pointStyle () const |
Get method for point style. | |
Internal settings for one curve, such as LineStyle, PointStyle and CurveFilter.
These settings are used only internally by Curve, and are not related to the DlgSettings classes at all
Definition at line 17 of file CurveSettingsInt.h.
CurveSettingsInt::CurveSettingsInt | ( | const ColorFilterSettings & | colorFilterSettings, |
const PointStyle & | pointStyle, | ||
const LineStyle & | lineStyle, | ||
CurveConnectAs | curveConnectAs ) |
Single constructor.
Definition at line 9 of file CurveSettingsInt.cpp.
ColorFilterSettings CurveSettingsInt::colorFilterSettings | ( | ) | const |
Get method for color filter.
Definition at line 20 of file CurveSettingsInt.cpp.
CurveConnectAs CurveSettingsInt::curveConnectAs | ( | ) | const |
Get method for connection method.
Definition at line 25 of file CurveSettingsInt.cpp.
LineStyle CurveSettingsInt::lineStyle | ( | ) | const |
Get method for line style.
Definition at line 30 of file CurveSettingsInt.cpp.
PointStyle CurveSettingsInt::pointStyle | ( | ) | const |
Get method for point style.
Definition at line 35 of file CurveSettingsInt.cpp.