24 const OptionalId<SegmentModel>& previous()
const;
25 void setPrevious(
const OptionalId<SegmentModel>& previous);
27 const OptionalId<SegmentModel>& following()
const;
28 void setFollowing(
const OptionalId<SegmentModel>& following);
30 Curve::Point pos()
const;
31 void setPos(
const Curve::Point& pos);
34 void posChanged() E_SIGNAL(SCORE_PLUGIN_CURVE_EXPORT, posChanged)
37 OptionalId<SegmentModel> m_previous, m_following;