summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitesarray.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-15 09:48:51 +0000
committerjabiertxof <info@marker.es>2016-05-15 09:48:51 +0000
commit159439c26042b7c69aa9c33ce9484e4dfd00372a (patch)
tree30d1a626d609369d1220db7f0d05cbb2a7fda970 /src/live_effects/parameter/satellitesarray.h
parentupdate to trunk (diff)
downloadinkscape-159439c26042b7c69aa9c33ce9484e4dfd00372a.tar.gz
inkscape-159439c26042b7c69aa9c33ce9484e4dfd00372a.zip
Fixing pointwise
(bzr r13645.1.137)
Diffstat (limited to 'src/live_effects/parameter/satellitesarray.h')
-rw-r--r--src/live_effects/parameter/satellitesarray.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/live_effects/parameter/satellitesarray.h b/src/live_effects/parameter/satellitesarray.h
index dcd82ada5..0cebb9cb4 100644
--- a/src/live_effects/parameter/satellitesarray.h
+++ b/src/live_effects/parameter/satellitesarray.h
@@ -55,6 +55,7 @@ public:
}
void param_transform_multiply(Geom::Affine const &postmul, bool /*set*/);
void setUseDistance(bool use_knot_distance);
+ void setPathUpdate(bool path_update);
void setEffectType(EffectType et);
void setPointwise(Pointwise pointwise);
bool validData();
@@ -76,6 +77,7 @@ private:
Geom::PathVector _hp;
int _helper_size;
bool _use_distance;
+ bool _path_update;
EffectType _effectType;
Pointwise _last_pointwise;
@@ -99,8 +101,7 @@ public:
bool valid_index(size_t index) const
{
return (_pparam->_vector.size() > index);
- }
- ;
+ };
private:
SatellitesArrayParam *_pparam;