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

/inkscape/src/xml/
H A Dnode.h207 virtual void setAttribute(char const *key, char const *value, bool is_interactive=false)=0;
209 void setAttribute(char const *key, Glib::ustring const &value, bool is_interactive=false) function in class:Inkscape::XML::Node
211 setAttribute(key, value.empty() ? NULL : value.c_str(), is_interactive);
214 void setAttribute(Glib::ustring const &key, Glib::ustring const &value, bool is_interactive=false) function in class:Inkscape::XML::Node
216 setAttribute( key.empty() ? NULL : key.c_str(),
H A Dlog-builder.cpp59 void LogBuilder::setAttribute(Node &node, GQuark name, function in class:Inkscape::XML::LogBuilder
H A Dsimple-node.cpp315 SimpleNode::setAttribute(gchar const *name, gchar const *value, bool const /*is_interactive*/) function in class:Inkscape::XML::SimpleNode
321 // g_message("setAttribute: %s: %s: %s", element.c_str(), name, value);
351 // g_warning( "SimpleNode::setAttribute: %s", id.c_str() );
401 //g_warning( "setAttribute notified: %s: %s: %s: %s", name, element.c_str(), old_value, new_value );
680 setAttribute(g_quark_to_string(iter->key), iter->value);
/inkscape/src/
H A Dsp-object.cpp421 getRepr()->setAttribute("inkscape:label", label, false);
745 this->repr->setAttribute("id", this->getId());
886 conflict->getRepr()->setAttribute("id", new_conflict_id);
1013 repr->setAttribute("inkscape:collect", NULL);
1016 repr->setAttribute("id", this->getId());
1021 repr->setAttribute("xml:space", xml_space);
1027 repr->setAttribute("inkscape:collect", "always");
1029 repr->setAttribute("inkscape:collect", NULL);
1045 repr->setAttribute("style", NULL);
1047 repr->setAttribute("styl
1266 void SPObject::setAttribute(gchar const *key, gchar const *value, SPException *ex) function in class:SPObject
1276 void SPObject::setAttribute(char const *key, Glib::ustring const &value, SPException *ex) function in class:SPObject
1280 void SPObject::setAttribute(Glib::ustring const &key, Glib::ustring const &value, SPException *ex) function in class:SPObject
[all...]

Completed in 20 milliseconds