From ff04a08000adfa762ad1f4bc4f4df64c11ed499c Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 1 Jul 2017 02:35:09 +0200 Subject: working on knots selection --- src/ui/shape-editor.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/ui/shape-editor.h') diff --git a/src/ui/shape-editor.h b/src/ui/shape-editor.h index 142a2493b..7f435efca 100644 --- a/src/ui/shape-editor.h +++ b/src/ui/shape-editor.h @@ -35,20 +35,17 @@ public: void decrement_local_change(); bool knot_mouseover() const; - + KnotHolder *knotholder; + bool has_knotholder(); static void blockSetItem(bool b) { _blockSetItem = b; } // kludge - static void event_attr_changed(Inkscape::XML::Node * /*repr*/, char const *name, char const * /*old_value*/, char const * /*new_value*/, bool /*is_interactive*/, void *data); private: - bool has_knotholder(); void reset_item (bool keep_knotholder = true); const SPItem *get_item(); - static bool _blockSetItem; SPDesktop *desktop; - KnotHolder *knotholder; Inkscape::XML::Node *knotholder_listener_attached_for; }; -- cgit v1.2.3