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

/inkscape/src/live_effects/
H A Deffect.cpp335 void Effect::createAndApply(const char* name, SPDocument *doc, SPItem *item) function in class:Inkscape::LivePathEffect::Effect
352 Effect::createAndApply(EffectType type, SPDocument *doc, SPItem *item) function in class:Inkscape::LivePathEffect::Effect
354 createAndApply(LPETypeConverter.get_key(type).c_str(), doc, item);

Completed in 51 milliseconds