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

/inkscape/src/live_effects/
H A Deffect.cpp329 neweffect->readallParameters(lpeobj->getRepr());
342 doc->getDefs()->getRepr()->addChild(repr, NULL); // adds to <defs> and assigns the 'id' attribute
699 Inkscape::XML::Node *Effect::getRepr() function in class:Inkscape::LivePathEffect::Effect
701 return lpeobj->getRepr();
/inkscape/src/
H A Dsp-object.cpp117 this->getRepr(); // TODO check why this call is made
211 Inkscape::XML::Node * SPObject::getRepr() { function in class:SPObject
215 Inkscape::XML::Node const* SPObject::getRepr() const{ function in class:Inkscape::XML::SPObject
353 result = sp_repr_compare_position(to_first->getRepr(), to_second->getRepr());
367 getRepr()->appendChild(repr);
377 g_assert(this->getRepr() != NULL);
378 sp_repr_css_set(this->getRepr(), css, attr);
383 g_assert(this->getRepr() != NULL);
384 sp_repr_css_change(this->getRepr(), cs
[all...]

Completed in 36 milliseconds