diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-20 23:00:52 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-20 23:00:52 +0000 |
| commit | 887dd72ac8da405acdbf4c34336c93577e4d17a3 (patch) | |
| tree | db35247fa2ecf953c2d8c19102b90234c76bde0e /src/shape-editor.h | |
| parent | Change from Level3 to Level2 Views (diff) | |
| download | inkscape-887dd72ac8da405acdbf4c34336c93577e4d17a3.tar.gz inkscape-887dd72ac8da405acdbf4c34336c93577e4d17a3.zip | |
Add on-canvas editing of LPE PointParam.
* made special KnotHolder for Pointparameters.
todo:
* pointparam numerical widgets display SVG info, instead of desktop coordinates. must be fixed
* knots cannot be selected and moved by keys
(bzr r5133)
Diffstat (limited to 'src/shape-editor.h')
| -rw-r--r-- | src/shape-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h index c78fb0d4a..bc4d9eff3 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -37,7 +37,7 @@ public: void set_item (SPItem *item); void set_item_lpe_path_parameter(SPItem *item, SPObject *lpeobject, const char * key); - void set_item_lpe_point_parameter(SPItem *item, SPObject *lpeobject, const char * key); + void set_knotholder(SPKnotHolder * knot_holder); void reset_item (); void unset_item (); |
