summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalpath.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-04-08 21:49:39 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2012-04-08 21:49:39 +0000
commit821270153ace522f49f9350200c148df4e09e0f4 (patch)
tree27dfd8d8eb56bb30aa6b5579d9150854eb9ed281 /src/live_effects/parameter/originalpath.h
parentfix inclusion. (diff)
downloadinkscape-821270153ace522f49f9350200c148df4e09e0f4.tar.gz
inkscape-821270153ace522f49f9350200c148df4e09e0f4.zip
clone original path lpe: add boilerplate code to allow to compensate for linked path movement. but it should be worked out how the actual compensation should be written to SVG. don't want to add something to the cloneLPE SVG syntax in a haste
(bzr r11188)
Diffstat (limited to 'src/live_effects/parameter/originalpath.h')
-rw-r--r--src/live_effects/parameter/originalpath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/parameter/originalpath.h b/src/live_effects/parameter/originalpath.h
index f05f17d9a..7dd17edb0 100644
--- a/src/live_effects/parameter/originalpath.h
+++ b/src/live_effects/parameter/originalpath.h
@@ -35,6 +35,8 @@ public:
protected:
virtual void linked_modified_callback(SPObject *linked_obj, guint flags);
+ virtual void linked_transformed_callback(Geom::Affine const *rel_transf, SPItem *moved_item);
+
void on_select_original_button_click();
private: