Code

Add pref settings that control updating the display of paths when dragging
[inkscape.git] / src / ui / tool / path-manipulator.h
index 4c7313a5f408291b0b1a98e5be6b8f6ebeb168dc..6b69e226a7665effc6a0e4d5548f8e8a2351af07 100644 (file)
@@ -79,6 +79,8 @@ public:
     void showOutline(bool show);
     void showHandles(bool show);
     void showPathDirection(bool show);
+    void setLiveOutline(bool set);
+    void setLiveObjects(bool set);
     void setControlsTransform(Geom::Matrix const &);
     void hideDragPoint();
 
@@ -130,6 +132,8 @@ private:
     bool _show_handles;
     bool _show_outline;
     bool _show_path_direction;
+    bool _live_outline;
+    bool _live_objects;
     Glib::ustring _lpe_key;
 
     friend class PathManipulatorObserver;