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

/inkscape/src/xml/
H A Dcomment-node.h41 SimpleNode *_duplicate(Document* doc) const { return new CommentNode(*this, doc); } function in struct:Inkscape::XML::CommentNode
H A Delement-node.h37 SimpleNode *_duplicate(Document* doc) const { return new ElementNode(*this, doc); } function in class:Inkscape::XML::ElementNode
H A Dpi-node.h38 SimpleNode *_duplicate(Document* doc) const { return new PINode(*this, doc); } function in struct:Inkscape::XML::PINode
H A Dsimple-document.h72 SimpleNode *_duplicate(Document* /*doc*/) const function in class:Inkscape::XML::SimpleDocument
H A Dtext-node.h50 SimpleNode *_duplicate(Document* doc) const { return new TextNode(*this, doc); } function in struct:Inkscape::XML::TextNode
H A Drepr-css.cpp51 SimpleNode *_duplicate(Document* doc) const { return new SPCSSAttrImpl(*this, doc); } function in struct:SPCSSAttrImpl

Completed in 28 milliseconds