From d6978fcea4a2ccd2d9cccefabc6558a74f332a6d Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 2 Apr 2011 00:59:01 +0200 Subject: add curve before LPE to SPShape. this is useful for helperpath display. It was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142) --- src/sp-shape.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/sp-shape.h') diff --git a/src/sp-shape.h b/src/sp-shape.h index b29b0c50b..b91850d1f 100644 --- a/src/sp-shape.h +++ b/src/sp-shape.h @@ -44,11 +44,16 @@ public: static GType getType (void); void setShape (); SPCurve * getCurve (); + SPCurve * getCurveBeforeLPE (); void setCurve (SPCurve *curve, unsigned int owner); void setCurveInsync (SPCurve *curve, unsigned int owner); + void setCurveBeforeLPE (SPCurve *curve); int hasMarkers () const; int numberOfMarkers (int type); +protected: + SPCurve *curve_before_lpe; + private: static void sp_shape_init (SPShape *shape); static void sp_shape_finalize (GObject *object); -- cgit v1.2.3