Searched defs:attribute (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ |
H A D | attribute-rel-svg.cpp | 2 * attribute-rel-svg.cpp 10 * SPAttributeRelSVG class stores the mapping of element->attribute 23 #include "attribute-rel-svg.h" 32 * This functions checks whether an element -> attribute pair is allowed or not 34 bool SPAttributeRelSVG::findIfValid(Glib::ustring attribute, Glib::ustring element) argument 50 if (attribute[0] == '-' 51 || attribute.substr(0,4) == "role" 52 || attribute.substr(0,4) == "aria" 53 || attribute.substr(0,5) == "xmlns" 54 || attribute [all...] |
H A D | attribute-rel-util.cpp | 2 * attribute-rel-util.h 19 #include "xml/attribute-record.h" 21 #include "attribute-rel-css.h" 22 #include "attribute-rel-svg.h" 24 #include "attribute-rel-util.h" 99 Glib::ustring id = (repr->attribute( "id" )==NULL ? "" : repr->attribute( "id" )); 101 // Clean style: this attribute is unique in that normally we want to change it and not simply 111 Glib::ustring attribute = g_quark_to_string(iter->key); local 114 bool is_useful = sp_attribute_check_attribute( element, id, attribute, flag 269 sp_attribute_check_attribute(Glib::ustring element, Glib::ustring id, Glib::ustring attribute, bool warn) argument [all...] |
H A D | conditions.cpp | 2 * SVG conditional attribute evaluation 26 gchar const *attribute; member in struct:Condition 45 gchar const *value = item->getAttribute(_condition_handlers[i].attribute);
|
/inkscape/src/ui/dialog/ |
H A D | object-attributes.cpp | 2 * Generic object attribute editor 32 #include "widgets/sp-attribute-widget.h" 43 gchar const *attribute; member in struct:Inkscape::UI::Dialog::SPAttrDesc 144 const gchar *href = ir->attribute("xlink:href"); 169 attrs.push_back (desc[len].attribute);
|
/inkscape/src/xml/ |
H A D | simple-node.cpp | 34 #include "attribute-rel-util.h" 46 char const *id=node.attribute("id"); 140 : DebugXMLNode(node, Util::share_static_string("set-attribute")) 150 : DebugXMLNode(node, Util::share_static_string("clear-attribute")) 227 gchar const *SimpleNode::attribute(gchar const *name) const { function in class:Inkscape::XML::SimpleNode 324 // Only check elements in SVG name space and don't block setting attribute to NULL. 330 gchar const *id_char = attribute("id"); 618 char const *id=attribute("id"); 660 gchar const *id = child->attribute(key);
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 149 return obj->getRepr()->attribute("id"); 249 return strdup(newNode->attribute("id")); 482 gchar* newString = g_strconcat(newNode->attribute("style"), ";fill:none", NULL); 523 return strdup(newNode->attribute("id")); 540 return strdup(newNode->attribute("id")); 648 char *attribute, char *newval, GError **error) 661 newNode->setAttribute(attribute, newval, TRUE); 667 char *shape, char *attribute, 674 sp_repr_set_int (newNode, attribute, newval); 681 char *shape, char *attribute, 647 document_interface_set_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, char *newval, GError **error) argument 666 document_interface_set_int_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, int newval, GError **error) argument 680 document_interface_set_double_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, double newval, GError **error) argument 696 document_interface_get_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, GError **error) argument [all...] |
Completed in 17 milliseconds