Lines Matching refs:unselected
384 std::vector<Inkscape::SnapCandidatePoint> unselected;
390 unselected.push_back(n->snapCandidatePoint());
392 sm.setupIgnoreSelection(_desktop, true, &unselected);
1028 // First handle the trivial case of growing over an unselected node.
1038 // Linear grow is simple. We find the first unselected nodes in each direction
1046 // find first unselected nodes on both sides
1052 // there is no unselected node in this cyclic subpath
1056 // this node, because there is at least one unselected node in the subpath,
1222 std::vector<Inkscape::SnapCandidatePoint> unselected;
1229 * TODO Snapping to unselected segments of selected paths doesn't work yet. */
1231 // Build the list of unselected nodes.
1238 unselected.push_back(p);
1242 sm.setupIgnoreSelection(_desktop, true, &unselected);