diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2012-05-21 13:59:02 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2012-05-21 13:59:02 +0000 |
| commit | cf7f6d596f7aec4b2775428db2196613de4feb7d (patch) | |
| tree | 2b4b0a6801b09bc62348213804c51fb2c7cfd460 /src/ui/control-manager.h | |
| parent | Add a few new icons for meshes. (diff) | |
| download | inkscape-cf7f6d596f7aec4b2775428db2196613de4feb7d.tar.gz inkscape-cf7f6d596f7aec4b2775428db2196613de4feb7d.zip | |
Added sp-ctrlcurve, usefull for meshes.
(bzr r11395)
Diffstat (limited to 'src/ui/control-manager.h')
| -rw-r--r-- | src/ui/control-manager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/control-manager.h b/src/ui/control-manager.h index 4abb03e43..05a53f6a0 100644 --- a/src/ui/control-manager.h +++ b/src/ui/control-manager.h @@ -19,6 +19,7 @@ struct SPCanvasGroup; struct SPCanvasItem; struct SPCtrlLine; +struct SPCtrlCurve; namespace Geom { @@ -54,6 +55,8 @@ public: SPCtrlLine *createControlLine(SPCanvasGroup *parent, Geom::Point const &p1, Geom::Point const &p2, CtrlLineType type = CTLINE_PRIMARY); + SPCtrlCurve *createControlCurve(SPCanvasGroup *parent, Geom::Point const &p0, Geom::Point const &p1, Geom::Point const &p2, Geom::Point const &p3, CtrlLineType type = CTLINE_PRIMARY); + void track(SPCanvasItem *item); void updateItem(SPCanvasItem *item); |
