Searched refs:_unselected_nodes (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsnap.h148 _unselected_nodes = NULL;}
427 std::vector<Inkscape::SnapCandidatePoint> *_unselected_nodes; ///< Nodes of the path that is currently being edited and which have not been selected and which will therefore be stationary. Only these nodes will be considered for snapping to. Of each unselected node both the position (Geom::Point) and the type (Inkscape::SnapTargetType) will be stored member in class:SnapManager
H A Dsnap.cpp51 _unselected_nodes(NULL)
135 (*i)->freeSnap(isr, p, bbox_to_snap, &_items_to_ignore, _unselected_nodes);
260 (*i)->constrainedSnap(isr, p, bbox_to_snap, constraint, &_items_to_ignore, _unselected_nodes);
344 (*i)->constrainedSnap(isr, p, bbox_to_snap, cc, &_items_to_ignore,_unselected_nodes);
669 _unselected_nodes = unselected_nodes;
687 _unselected_nodes = unselected_nodes;
705 _unselected_nodes = unselected_nodes;

Completed in 1507 milliseconds