Searched refs:SPAttributeRelSVG (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dattribute-rel-svg.h23 class SPAttributeRelSVG { class
28 SPAttributeRelSVG();
29 SPAttributeRelSVG(const SPAttributeRelSVG&);
30 SPAttributeRelSVG& operator= (const SPAttributeRelSVG&);
33 static SPAttributeRelSVG *instance;
H A Dattribute-rel-svg.cpp8 /** \class SPAttributeRelSVG
10 * SPAttributeRelSVG class stores the mapping of element->attribute
28 SPAttributeRelSVG * SPAttributeRelSVG::instance = NULL;
29 bool SPAttributeRelSVG::foundFile = false;
34 bool SPAttributeRelSVG::findIfValid(Glib::ustring attribute, Glib::ustring element)
36 if (SPAttributeRelSVG::instance == NULL) {
37 SPAttributeRelSVG::instance = new SPAttributeRelSVG();
60 || (SPAttributeRelSVG
73 SPAttributeRelSVG::SPAttributeRelSVG() function in class:SPAttributeRelSVG
[all...]
H A Dattribute-rel-util.cpp294 if ( !SPAttributeRelSVG::findIfValid( attribute, element ) ) {

Completed in 1320 milliseconds