Lines Matching defs:repr
26 void SPScript::build(SPDocument* doc, Inkscape::XML::Node* repr) {
27 SPObject::build(doc, repr);
37 * our name must be associated with a repr via "sp_object_type_register". Best done through
38 * sp-object-repr.cpp's repr_name_entries array.
74 Inkscape::XML::Node* SPScript::write(Inkscape::XML::Document* /*doc*/, Inkscape::XML::Node* repr, guint /*flags*/) {
75 return repr;
78 //static Inkscape::XML::Node *sp_script_write(SPObject *object, Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags)
87 if (!repr) {
88 repr = xml_doc->createElement("svg:script");
100 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
112 (* ((SPObjectClass *) (parent_class))->write)(object, xml_doc, repr, flags);
116 // return ((SPScript*)object)->cscript->onWrite(xml_doc, repr, flags);