diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-04-08 21:49:39 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2012-04-08 21:49:39 +0000 |
| commit | 821270153ace522f49f9350200c148df4e09e0f4 (patch) | |
| tree | 27dfd8d8eb56bb30aa6b5579d9150854eb9ed281 /src/live_effects/parameter/originalpath.h | |
| parent | fix inclusion. (diff) | |
| download | inkscape-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.h | 2 |
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: |
