diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-08-27 10:55:26 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-08-27 10:55:26 +0000 |
| commit | bbde5dbeeb06611e99f9fa7f73dafe3bf70df01c (patch) | |
| tree | 8f2aba648ca0b2ae7519903c2270d56039e4a6a9 /src/live_effects/parameter/powerstrokepointarray.h | |
| parent | Starting with powerpencil (diff) | |
| download | inkscape-bbde5dbeeb06611e99f9fa7f73dafe3bf70df01c.tar.gz inkscape-bbde5dbeeb06611e99f9fa7f73dafe3bf70df01c.zip | |
Working on preview over powerpencil
Diffstat (limited to 'src/live_effects/parameter/powerstrokepointarray.h')
| -rw-r--r-- | src/live_effects/parameter/powerstrokepointarray.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/live_effects/parameter/powerstrokepointarray.h b/src/live_effects/parameter/powerstrokepointarray.h index a34163ca1..621d3b969 100644 --- a/src/live_effects/parameter/powerstrokepointarray.h +++ b/src/live_effects/parameter/powerstrokepointarray.h @@ -35,6 +35,7 @@ public: void set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint32 color); + float median_width(); virtual bool providesKnotHolderEntities() const { return true; } @@ -46,6 +47,8 @@ public: Geom::Piecewise<Geom::D2<Geom::SBasis> > const & get_pwd2_normal() const { return last_pwd2_normal; } void recalculate_controlpoints_for_new_pwd2(Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in); + void set_scale_width(double scale_width){_scale_width = scale_width;}; + double _scale_width; friend class PowerStrokePointArrayParamKnotHolderEntity; private: |
