Code

r11516@tres: ted | 2006-04-26 21:30:18 -0700
[inkscape.git] / src / nodepath.h
index aaa488cf3ff6f58c9d78a3c36599a1cc49d4bf66..c9315470fa3f082105491c609422cef9573b7976 100644 (file)
@@ -31,7 +31,7 @@ class Node;
 }
 
 
-/** 
+/**
  * Radial objects are represented by an angle and a distance from
  * 0,0.  0,0 is represented by a == big_num.
  */
@@ -130,6 +130,9 @@ class Path {
 
       /// livarot library is used for "point on path" and "nearest position on path", so we need to maintain its path representation as well
        ::Path *livarot_path;
+
+      /// true if we changed repr, to tell this change from an external one such as from undo, simplify, or another desktop
+       unsigned int local_change;
 };
 
 
@@ -254,6 +257,7 @@ void sp_node_selected_break (void);
 void sp_node_selected_duplicate (void);
 void sp_node_selected_join (void);
 void sp_node_selected_join_segment (void);
+void sp_node_delete_preserve (GList *nodes_to_delete);
 void sp_node_selected_delete (void);
 void sp_node_selected_delete_segment (void);
 void sp_node_selected_set_type (Inkscape::NodePath::NodeType type);