summaryrefslogtreecommitdiffstats
path: root/src/connector-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connector-context.h')
-rw-r--r--src/connector-context.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/connector-context.h b/src/connector-context.h
index 640a03aae..bd3805e96 100644
--- a/src/connector-context.h
+++ b/src/connector-context.h
@@ -47,8 +47,6 @@ enum {
SP_CONNECTOR_CONTEXT_DRAWING_MODE,
SP_CONNECTOR_CONTEXT_EDITING_MODE
};
-static char* cc_knot_tips[] = { _("<b>Connection point</b>: click or drag to create a new connector"),
- _("<b>Connection point</b>: click to select, drag to move") };
typedef std::map<SPKnot *, ConnectionPoint> ConnectionPointMap;
@@ -70,16 +68,16 @@ struct SPConnectorContext : public SPEventContext {
SPCanvasItem *red_bpath;
SPCurve *red_curve;
guint32 red_color;
-
+
// Green curve
SPCurve *green_curve;
-
+
// The new connector
SPItem *newconn;
Avoid::ConnRef *newConnRef;
gdouble curvature;
bool isOrthogonal;
-
+
// The active shape
SPItem *active_shape;
Inkscape::XML::Node *active_shape_repr;
@@ -90,7 +88,7 @@ struct SPConnectorContext : public SPEventContext {
Inkscape::XML::Node *active_conn_repr;
sigc::connection sel_changed_connection;
-
+
// The activehandle
SPKnot *active_handle;
@@ -99,12 +97,14 @@ struct SPConnectorContext : public SPEventContext {
SPItem *clickeditem;
SPKnot *clickedhandle;
-
+
ConnectionPointMap connpthandles;
SPKnot *endpt_handle[2];
guint endpt_handler_id[2];
- gchar *sid;
- gchar *eid;
+ gchar *shref;
+ gchar *scpid;
+ gchar *ehref;
+ gchar *ecpid;
SPCanvasItem *c0, *c1, *cl0, *cl1;
};