Searched defs:SPRoot (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-root.h2 * SPRoot: SVG \<svg\> implementation.
22 #define SP_ROOT(obj) (dynamic_cast<SPRoot*>((SPObject*)obj))
23 #define SP_IS_ROOT(obj) (dynamic_cast<const SPRoot*>((SPObject*)obj) != NULL)
28 class SPRoot : public SPGroup, public SPViewBox { class in inherits:SPGroup,SPViewBox
30 SPRoot();
31 virtual ~SPRoot();
H A Dsp-root.cpp31 SPRoot::SPRoot() : SPGroup(), SPViewBox() function in class:SPRoot
51 SPRoot::~SPRoot()
55 void SPRoot::build(SPDocument *document, Inkscape::XML::Node *repr)
87 void SPRoot::release()
95 void SPRoot::set(unsigned int key, const gchar *value)
165 void SPRoot::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref)
186 void SPRoot::remove_child(Inkscape::XML::Node *child)
208 void SPRoot
[all...]

Completed in 22 milliseconds