diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-10-30 22:37:20 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-10-30 22:37:20 +0000 |
| commit | 2fb0d596bc5823f8d72a8a4262e147231170c9cd (patch) | |
| tree | 8bee900fb0996e66b273f598174f67bd12375407 /src/live_effects/parameter/path.h | |
| parent | r16896@shi: ted | 2007-10-30 12:16:06 -0700 (diff) | |
| download | inkscape-2fb0d596bc5823f8d72a8a4262e147231170c9cd.tar.gz inkscape-2fb0d596bc5823f8d72a8a4262e147231170c9cd.zip | |
LPE: implement NEW path-along-path effect, i think that old one has become obsolete and is renamed accordingly. implement straight path node editting for gears effect.
(bzr r3983)
Diffstat (limited to 'src/live_effects/parameter/path.h')
| -rw-r--r-- | src/live_effects/parameter/path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h index 6ba6e7e4b..23f168c48 100644 --- a/src/live_effects/parameter/path.h +++ b/src/live_effects/parameter/path.h @@ -44,6 +44,8 @@ public: void param_set_default(); + void param_set_and_write_new_value (Geom::Piecewise<Geom::D2<Geom::SBasis> > newpath); + void param_editOncanvas(SPItem * item, SPDesktop * dt); sigc::signal <void> signal_path_pasted; |
