Lines Matching defs:connection
27 * same connection point, and drawing of connectors attaching
310 // Hide the connection points if they exist.
398 connection points on connectors. (yet?)
495 // Test whether we clicked on a connection point
676 // Test whether we clicked on a connection point
755 // Test whether we clicked on a connection point
761 this->clickeditem->setAttribute("inkscape:connection-start", shape_label, NULL);
764 this->clickeditem->setAttribute("inkscape:connection-end", shape_label, NULL);
888 bool connection = false;
895 this->newconn->setAttribute( "inkscape:connection-start", this->shref, NULL);
896 connection = true;
901 this->newconn->setAttribute( "inkscape:connection-end", this->ehref, NULL);
902 connection = true;
908 if (connection) {
1116 // connection handling. We react to path objects with only one node.