Lines Matching +defs:val +defs:connection
27 * same connection point, and drawing of connectors attaching
253 void ConnectorTool::set(const Inkscape::Preferences::Entry& val) {
256 Glib::ustring name = val.getEntryName();
259 this->curvature = val.getDoubleLimited(); // prevents NaN and +/-Inf from messing up
261 this->isOrthogonal = val.getBool();
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.