Searched defs:Set (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tool/
H A Dcontrol-point-selection.h47 typedef set_type Set; // convenience alias typedef in class:Inkscape::UI::ControlPointSelection
H A Dnode.cpp387 ControlPointSelection::Set &nodes = _parent->_selection.allPoints();
388 for (ControlPointSelection::Set::iterator i = nodes.begin(); i != nodes.end(); ++i) {
1232 typedef ControlPointSelection::Set Set; typedef
1233 Set &nodes = _selection.allPoints();
1234 for (Set::iterator i = nodes.begin(); i != nodes.end(); ++i) {

Completed in 28 milliseconds