summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2012-05-17 09:10:15 +0000
committerJon A. Cruz <jon@joncruz.org>2012-05-17 09:10:15 +0000
commitb6ea2239ffc053e66238eb8484bbc5c1ba8700ac (patch)
treeaa69d18959e71ca3a5d268acdc24b85e24663e29 /src/ui/tool/control-point.h
parentFix for 997888 : Merge into Document Properties (diff)
downloadinkscape-b6ea2239ffc053e66238eb8484bbc5c1ba8700ac.tar.gz
inkscape-b6ea2239ffc053e66238eb8484bbc5c1ba8700ac.zip
Extended resizing to node handles.
(bzr r11375)
Diffstat (limited to 'src/ui/tool/control-point.h')
-rw-r--r--src/ui/tool/control-point.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/tool/control-point.h b/src/ui/tool/control-point.h
index 621c1134a..20122e09c 100644
--- a/src/ui/tool/control-point.h
+++ b/src/ui/tool/control-point.h
@@ -236,6 +236,10 @@ protected:
Glib::RefPtr<Gdk::Pixbuf> pixbuf,
ColorSet const &cset = _default_color_set, SPCanvasGroup *group = 0);
+ ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
+ ControlType type,
+ ColorSet const &cset = _default_color_set, SPCanvasGroup *group = 0);
+
/// @name Handle control point events in subclasses
/// @{
/**
@@ -292,6 +296,8 @@ protected:
*/
virtual void _setState(State state);
+ void _handleControlStyling();
+
void _setColors(ColorEntry c);
unsigned int _size() const;