summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-04-26 19:00:04 +0000
committerjabiertxof <info@marker.es>2017-04-26 19:00:04 +0000
commitabda18047008ae28d9711729521fef7bbff8a241 (patch)
tree8cab4b4d53db4a3ac884fea3400743f992a61dc9 /src/live_effects/effect.h
parentUpdate to trunk (diff)
downloadinkscape-abda18047008ae28d9711729521fef7bbff8a241.tar.gz
inkscape-abda18047008ae28d9711729521fef7bbff8a241.zip
Start adding GUI to prefs
(bzr r15620.1.3)
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index c509db387..d7f9ab2e7 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -136,7 +136,8 @@ public:
bool upd_params;
BoolParam is_visible;
SPCurve * sp_curve;
-
+ std::vector<Parameter *> getParamVector() { return param_vector; }
+
Geom::PathVector pathvector_before_effect;
protected:
Effect(LivePathEffectObject *lpeobject);