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

/inkscape/src/
H A Dselection-chemistry.cpp699 Inkscape::XML::Node *topmost_parent = p.back()->parent(); local
704 if (current->parent() == topmost_parent) {
709 topmost --; // only reduce count for those items deleted from topmost_parent
710 } else { // move it to topmost_parent first
730 // paste into topmost_parent (temporarily)
731 std::vector<Inkscape::XML::Node*> copied = sp_selection_paste_impl(doc, doc->getObjectByRepr(topmost_parent), temp_clip);
734 // take pasted object (now in topmost_parent)
749 topmost_parent->appendChild(group);
751 // Move to the position of the topmost, reduced by the number of items deleted from topmost_parent
3775 Inkscape::XML::Node *topmost_parent local
[all...]

Completed in 456 milliseconds