Searched refs:addChild (Results 1 - 25 of 52) sorted by relevance

123

/inkscape/src/xml/
H A Dlog-builder.h53 void addChild(Node &node, Node &child, Node *prev);
H A Dlog-builder.cpp34 void LogBuilder::addChild(Node &node, Node &child, Node *prev) { function in class:Inkscape::XML::LogBuilder
H A Dsimple-node.h77 void addChild(Node *child, Node *ref);
79 SimpleNode::addChild(child, _last_child);
H A Dsimple-document.cpp79 _log_builder.addChild(parent, child, prev);
H A Dnode.h357 virtual void addChild(Node *child, Node *after)=0;
/inkscape/src/
H A Dsp-tag.cpp46 target_ref->addChild(our_ref, NULL);
50 target_ref->parent()->addChild(our_ref, target_ref);
H A Dsp-object-group.cpp62 repr->addChild(static_cast<Inkscape::XML::Node *>(l->data), NULL);
H A Dobject-test.h151 parent->addChild(clone, node);
185 node->addChild(new_group, NULL);
196 new_group->addChild(circle, NULL);
H A Dsp-defs.cpp90 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
H A Dsp-tspan.cpp195 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
262 repr->addChild(rch, NULL);
419 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
479 text->getRepr()->addChild(copy, NULL); // fixme: copy id
H A Dtext-editing.cpp353 split_obj->parent->getRepr()->addChild(new_node, split_obj->getRepr());
417 split_obj->parent->getRepr()->addChild(new_node, split_obj->getRepr());
557 source_obj->getRepr()->addChild(rstring, NULL);
592 if (prepend) to_repr->addChild(child, NULL);
659 new_parent_item->getRepr()->addChild(new_span_repr, following_item->getPrev() ? following_item->getPrev()->getRepr() : NULL);
670 new_parent_item->getRepr()->addChild(new_span_repr, NULL);
968 rtspan->addChild(rstr, NULL);
977 repr->addChild(rstr, NULL);
1464 common_ancestor->getRepr()->addChild(text_before, prev_repr);
1465 common_ancestor->getRepr()->addChild(child_spa
[all...]
H A Ddocument-subset.cpp90 void addChild(SPObject *obj) { function in struct:Inkscape::DocumentSubset::Relations::Record
268 parent_record->addChild(obj);
331 parent_record->addChild(obj);
H A Dlayer-fns.cpp199 layer_repr->parent()->addChild(repr, layer_repr);
H A Dsp-style-elem-test.h140 repr->addChild(content_repr, NULL);
H A Dtext-chemistry.cpp160 text->getRepr()->addChild(textpath, NULL);
174 textpath->addChild(copy, NULL); // fixme: copy id
432 rtext->addChild(rtspan, NULL);
505 parent->addChild(repr, item->getRepr());
H A Dsp-flowdiv.cpp124 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
262 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
399 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
H A Dsp-flowregion.cpp159 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
313 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
H A Dsp-tref.cpp471 tref_parent->addChild(new_tspan_repr, tref_repr);
478 new_tspan_repr->addChild(new_string_repr, NULL);
H A Dsp-object.cpp783 void SPObject::addChild(Inkscape::XML::Node *child, Inkscape::XML::Node * prev) function in class:SPObject
787 repr->addChild(child,prev);
1498 repr->addChild(xml_elem, NULL);
/inkscape/src/helper/
H A Dstock-items.cpp77 defs->getRepr()->addChild(mark_repr, NULL);
121 defs->getRepr()->addChild(pat_repr, NULL);
164 defs->getRepr()->addChild(pat_repr, NULL);
/inkscape/src/live_effects/
H A Dlpeobject.cpp183 doc->getDefs()->getRepr()->addChild(dup_repr, NULL);
/inkscape/src/trace/
H A Dtrace.cpp506 par->addChild(groupRepr, imgRepr);
521 groupRepr->addChild(pathRepr, NULL);
523 par->addChild(pathRepr, imgRepr);
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp257 measure_repr->addChild(repr, NULL);
963 rtext->addChild(rtspan, NULL);
967 rtspan->addChild(rstring, NULL);
1001 rgroup->addChild(rtextitem, NULL);
1003 rgroup->addChild(rrect, NULL);
1018 measure_repr->addChild(rlabel, NULL);
/inkscape/src/widgets/
H A Dgradient-selector.cpp557 doc->getDefs()->getRepr()->addChild(repr, NULL);
570 doc->getDefs()->getRepr()->addChild(repr, NULL);
H A Dgradient-vector.cpp547 gradient->getRepr()->addChild(child, NULL);
553 gradient->getRepr()->addChild(child, NULL);
561 gradient->getRepr()->addChild(child, stop->getRepr());
770 gradient->getRepr()->addChild(new_stop_repr, stop->getRepr());
774 gradient->getRepr()->addChild(new_stop_repr, stop->getPrevStop()->getRepr());

Completed in 2619 milliseconds

123