Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / document.h
index 696e568ad419e01465564e308928197278068ecf..06174c265f593b402151200b2fcb2e6a221f6c26 100644 (file)
@@ -98,6 +98,9 @@ struct SPDocument : public Inkscape::GC::Managed<>,
     const gchar *actionkey;
     /// Handler ID
     guint modified_id;
+    
+    /// Connector rerouting handler ID
+    guint rerouting_handler_id;
 
     Inkscape::ProfileManager* profileManager;
 
@@ -114,6 +117,7 @@ struct SPDocument : public Inkscape::GC::Managed<>,
 
     void add_persp3d(Persp3D * const persp);
     void remove_persp3d(Persp3D * const persp);
+    void initialize_current_persp3d();
 
     sigc::connection connectModified(ModifiedSignal::slot_type slot);
     sigc::connection connectURISet(URISetSignal::slot_type slot);