X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Flive_effects%2Fparameter%2Fpath.h;h=76f3fa774ff61c633a23f6d598e65fca15c9ae97;hb=4ea30e1bba14987abced98e7bf194b69153e9e21;hp=e2d9c0e19074880485d637b651e1c20a59bbd18e;hpb=94f2e710e9cc2e0eb14c8d73abfe77d60f961db2;p=inkscape.git diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h index e2d9c0e19..76f3fa774 100644 --- a/src/live_effects/parameter/path.h +++ b/src/live_effects/parameter/path.h @@ -32,8 +32,6 @@ public: const gchar * default_value = "M0,0 L1,1"); virtual ~PathParam(); - virtual ParamType paramType() { return PATH_PARAM; } - std::vector const & get_pathvector(); Geom::Piecewise > 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 &hp_vec); virtual void param_transform_multiply(Geom::Matrix const& /*postmul*/, bool /*set*/);