Code

Make text widget for TextParams work and re-enable it
[inkscape.git] / src / live_effects / parameter / path.h
index e2d9c0e19074880485d637b651e1c20a59bbd18e..76f3fa774ff61c633a23f6d598e65fca15c9ae97 100644 (file)
@@ -32,8 +32,6 @@ public:
                 const gchar * default_value = "M0,0 L1,1");
     virtual ~PathParam();
 
-    virtual ParamType paramType() { return PATH_PARAM; }
-
     std::vector<Geom::Path> const & get_pathvector();
     Geom::Piecewise<Geom::D2<Geom::SBasis> > const & get_pwd2();
 
@@ -49,6 +47,7 @@ public:
 
     virtual void param_editOncanvas(SPItem * item, SPDesktop * dt);
     virtual void param_setup_nodepath(Inkscape::NodePath::Path *np);
+    virtual void addCanvasIndicators(SPLPEItem *lpeitem, std::vector<Geom::PathVector> &hp_vec);
 
     virtual void param_transform_multiply(Geom::Matrix const& /*postmul*/, bool /*set*/);