33 SmoothingType smoothingType()
const;
34 void setSmoothingType(SmoothingType
value);
36 qreal smoothnessDistanceMin()
const;
37 void setSmoothnessDistanceMin(qreal
value);
39 qreal smoothnessDistanceMax()
const;
40 void setSmoothnessDistanceMax(qreal
value);
42 bool smoothnessDistanceKeepAspectRatio()
const;
43 void setSmoothnessDistanceKeepAspectRatio(
bool value);
45 qreal tailAggressiveness()
const;
46 void setTailAggressiveness(qreal
value);
48 bool smoothPressure()
const;
49 void setSmoothPressure(
bool value);
51 bool useScalableDistance()
const;
52 void setUseScalableDistance(
bool value);
54 qreal delayDistance()
const;
55 void setDelayDistance(qreal
value);
57 void setUseDelayDistance(
bool value);
58 bool useDelayDistance()
const;
60 void setFinishStabilizedCurve(
bool value);
61 bool finishStabilizedCurve()
const;
63 void setStabilizeSensors(
bool value);
64 bool stabilizeSensors()
const;
70 void slotWriteConfig();
74 const QScopedPointer<Private>
m_d;