Code

Adding axis detection to new input dialog
[inkscape.git] / src / shape-editor.h
index 8eca230a4c9468b8c8fdffe512a29b67c379a413..bc4d9eff3f7bef0efbcb537745a64b598d172ea8 100644 (file)
@@ -36,6 +36,9 @@ public:
     ~ShapeEditor();
 
     void set_item (SPItem *item);
+    void set_item_lpe_path_parameter(SPItem *item, SPObject *lpeobject, const char * key);
+    void set_knotholder(SPKnotHolder * knot_holder);
+    void reset_item ();
     void unset_item ();
 
     SPItem *get_item ();
@@ -105,12 +108,15 @@ public:
     void select_prev ();
 
     void show_handles (bool show);
+    void show_helperpath (bool show);
 
     void flip (NR::Dim2 axis, NR::Maybe<NR::Point> center = NR::Nothing());
 
     void distribute (NR::Dim2 axis);
     void align (NR::Dim2 axis);
 
+    bool nodepath_edits_repr_key(gchar const *name);
+
 private:
     SPDesktop *desktop;