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

/inkscape/src/extension/internal/
H A Dodf.cpp890 static Glib::ustring getAttribute( Inkscape::XML::Node *node, char const *attrName) function in namespace:Inkscape::Extension::Internal
1032 Glib::ustring id = getAttribute(node, "id");
1068 Glib::ustring href = getAttribute(node, "xlink:href");
1631 Glib::ustring id = getAttribute(node, "id");
1738 Glib::ustring href = getAttribute(node, "xlink:href");
/inkscape/src/
H A Dsp-object.cpp1253 gchar const *SPObject::getAttribute(gchar const *key, SPException *ex) const function in class:SPObject
/inkscape/
H A Dbuildtool.cpp811 String getAttribute(const String &name);
1019 String Element::getAttribute(const String &name) function in class:buildtool::Element
1032 String res = elems[0]->getAttribute(attrName);
2910 bool getAttribute(Element *elem, const String &name, String &result);
4701 bool MakeBase::getAttribute(Element *elem, const String &name, function in class:buildtool::MakeBase
4704 String s = elem->getAttribute(name);
4747 if (!propRef.getAttribute(child, "name", fname))
4755 if (!propRef.getAttribute(child, "name", fname))
4810 if (!propRef.getAttribute(elem, "dir", dir))
4859 String fname = child->getAttribute("nam
6664 String getAttribute(Element *elem, const String &attrName) function in class:buildtool::Task
[all...]

Completed in 409 milliseconds