Searched defs:Element (Results 1 - 2 of 2) sorted by relevance
/inkscape/share/extensions/ink2canvas/ | ||
H A D | svg.py | 24 class Element: class in inherits: 35 class GradientDef(Element): 63 class AbstractShape(Element): |
/inkscape/ | ||
H A D | buildtool.cpp | 755 class Element class in namespace:buildtool 760 Element() function in class:buildtool::Element 765 Element(const String &nameArg) function in class:buildtool::Element 771 Element(const String &nameArg, const String &valueArg) function in class:buildtool::Element 778 Element(const Element &other) function in class:buildtool::Element 783 Element &operator=(const Element &other) 789 virtual Element *clone(); 791 virtual ~Element() [all...] |
Completed in 209 milliseconds