summaryrefslogtreecommitdiffstats
path: root/src/ui/shape-editor.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-07-01 00:35:09 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-07-01 00:35:09 +0000
commitff04a08000adfa762ad1f4bc4f4df64c11ed499c (patch)
tree9e6f4bcf3c8f87fcecdc8d11dd2eb0ec2d37c0c9 /src/ui/shape-editor.h
parentMerge branch 'master' of https://gitlab.com/jabiertxof/inkscape into selectab... (diff)
downloadinkscape-ff04a08000adfa762ad1f4bc4f4df64c11ed499c.tar.gz
inkscape-ff04a08000adfa762ad1f4bc4f4df64c11ed499c.zip
working on knots selection
Diffstat (limited to 'src/ui/shape-editor.h')
-rw-r--r--src/ui/shape-editor.h7
1 files changed, 2 insertions, 5 deletions
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;
};