Code

Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching selectio...
[inkscape.git] / src / event-context.h
index 54d85484487c3af80325f4cab643d4edab1394f8..6284b6e2c15e04d6ee3b4d863dd29bbe544f1a4b 100644 (file)
@@ -27,6 +27,7 @@ struct GrDrag;
 struct SPDesktop;
 struct SPItem;
 class KnotHolder;
+class ShapeEditor;
 
 namespace Inkscape {
     class MessageContext;
@@ -118,6 +119,8 @@ guint get_group0_keyval(GdkEventKey *event);
 SPItem *sp_event_context_find_item (SPDesktop *desktop, NR::Point const p, bool select_under, bool into_groups);
 SPItem *sp_event_context_over_item (SPDesktop *desktop, SPItem *item, NR::Point const p);
 
+ShapeEditor *sp_event_context_get_shape_editor (SPEventContext *ec);
+
 void ec_shape_event_attr_changed(Inkscape::XML::Node *shape_repr,
                                      gchar const *name, gchar const *old_value, gchar const *new_value,
                                  bool const is_interactive, gpointer const data);