summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-10-20 15:43:07 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-10-20 15:43:07 +0000
commit82a86b15d8cdd5040d65fa27ea59237d6e7c7ed3 (patch)
treef2607d956b1ce9c96bf57193b77913e074039ea9 /src/live_effects/effect.h
parentAdding config option to block use of libpoppler-cairo (for misdetected situta... (diff)
downloadinkscape-82a86b15d8cdd5040d65fa27ea59237d6e7c7ed3.tar.gz
inkscape-82a86b15d8cdd5040d65fa27ea59237d6e7c7ed3.zip
LPE: add on-canvas editing of path parameters!
(bzr r3934)
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 5169ff22f..8c647e599 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -70,9 +70,10 @@ public:
Inkscape::XML::Node * getRepr();
SPDocument * getSPDoc();
+ LivePathEffectObject * getLPEObj() {return lpeobj;};
void readallParameters(Inkscape::XML::Node * repr);
- void setParameter(Inkscape::XML::Node * repr, const gchar * key, const gchar * old_value, const gchar * new_value);
+ void setParameter(const gchar * key, const gchar * new_value);
protected:
Effect(LivePathEffectObject *lpeobject);