Searched refs:Set (Results 1 - 4 of 4) 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) {
H A Dcontrol-point-selection.cpp730 ControlPointSelection::Set &nodes = this->allPoints();
731 for (ControlPointSelection::Set::iterator i = nodes.begin(); i != nodes.end(); ++i) {
/inkscape/src/ui/tools/
H A Dnode-tool.cpp300 Inkscape::UI::ControlPointSelection::Set &selectionNodes = _selected_nodes->allPoints();
302 for (Inkscape::UI::ControlPointSelection::Set::iterator i = selectionNodes.begin(); i != selectionNodes.end(); ++i) {
672 Inkscape::UI::ControlPointSelection::Set &selection_nodes = this->_selected_nodes->allPoints();
674 for (Inkscape::UI::ControlPointSelection::Set::iterator i = selection_nodes.begin(); i != selection_nodes.end(); ++i) {

Completed in 30 milliseconds