Searched refs:allPoints (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/tool/
H A Dselectable-control-point.cpp33 _selection.allPoints().insert(this);
43 _selection.allPoints().insert(this);
49 _selection.allPoints().erase(this);
H A Dcontrol-point-selection.h87 set_type const &allPoints() const { return _all_points; } function in class:Inkscape::UI::ControlPointSelection
88 set_type &allPoints() { return _all_points; } function in class:Inkscape::UI::ControlPointSelection
H A Dnode.cpp387 ControlPointSelection::Set &nodes = _parent->_selection.allPoints();
1233 Set &nodes = _selection.allPoints();
H A Dcontrol-point-selection.cpp730 ControlPointSelection::Set &nodes = this->allPoints();
/inkscape/src/ui/tools/
H A Dnode-tool.cpp300 Inkscape::UI::ControlPointSelection::Set &selectionNodes = _selected_nodes->allPoints();
665 unsigned total = this->_selected_nodes->allPoints().size();
672 Inkscape::UI::ControlPointSelection::Set &selection_nodes = this->_selected_nodes->allPoints();

Completed in 622 milliseconds