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

/inkscape/src/
H A Dknotholder.cpp229 LivePathEffectObject *lpeobj = lpe->getLPEObj(); local
230 lpeobj->updateRepr();
H A Dsp-path.cpp72 LivePathEffectObject *lpeobj = (*it)->lpeobject; local
74 if (!lpeobj || !lpeobj->get_lpe()) {
79 s = lpeobj->get_lpe()->getName();
81 s = s + ", " + lpeobj->get_lpe()->getName();
H A Dsp-lpe-item.cpp223 LivePathEffectObject *lpeobj = (*it)->lpeobject; local
224 if (!lpeobj) {
228 g_warning("SPLPEItem::performPathEffect - NULL lpeobj in list!");
231 Inkscape::LivePathEffect::Effect *lpe = lpeobj->get_lpe();
236 g_warning("SPLPEItem::performPathEffect - lpeobj with invalid lpe in the stack!");
449 LivePathEffectObject *lpeobj = this->path_effect_list->back()->lpeobject; local
450 if (lpeobj && lpeobj->get_lpe()) {
451 Inkscape::LivePathEffect::Effect *lpe = lpeobj->get_lpe();
583 LivePathEffectObject *lpeobj local
602 LivePathEffectObject *lpeobj = (*it)->lpeobject; local
619 LivePathEffectObject const *lpeobj = (*it)->lpeobject; local
735 LivePathEffectObject *lpeobj = (*i)->lpeobject; local
751 LivePathEffectObject const *lpeobj = (*i)->lpeobject; local
925 LivePathEffectObject *lpeobj = (*it)->lpeobject; local
[all...]
H A Dsp-item-group.cpp815 LivePathEffectObject *lpeobj = (*it)->lpeobject; local
817 if (lpeobj && lpeobj->get_lpe()) {
818 lpeobj->get_lpe()->doBeforeEffect_impl(this);
H A Dsp-item.cpp1408 LivePathEffectObject *lpeobj = (*it)->lpeobject; local
1409 if (lpeobj && lpeobj->get_lpe()) {
1410 Inkscape::LivePathEffect::Effect * effect = lpeobj->get_lpe();
/inkscape/src/live_effects/
H A Deffect.h49 static Effect* New(EffectType lpenr, LivePathEffectObject *lpeobj);
114 LivePathEffectObject * getLPEObj() {return lpeobj;};
115 LivePathEffectObject const * getLPEObj() const {return lpeobj;};
157 LivePathEffectObject *lpeobj; member in class:Inkscape::LivePathEffect::Effect
H A Deffect.cpp171 Effect::New(EffectType lpenr, LivePathEffectObject *lpeobj) argument
176 neweffect = static_cast<Effect*> ( new LPEPatternAlongPath(lpeobj) );
179 neweffect = static_cast<Effect*> ( new LPEBendPath(lpeobj) );
182 neweffect = static_cast<Effect*> ( new LPESketch(lpeobj) );
185 neweffect = static_cast<Effect*> ( new LPERoughHatches(lpeobj) );
188 neweffect = static_cast<Effect*> ( new LPEVonKoch(lpeobj) );
191 neweffect = static_cast<Effect*> ( new LPEKnot(lpeobj) );
194 neweffect = static_cast<Effect*> ( new LPEGears(lpeobj) );
197 neweffect = static_cast<Effect*> ( new LPECurveStitch(lpeobj) );
200 neweffect = static_cast<Effect*> ( new LPELattice(lpeobj) );
[all...]
/inkscape/src/widgets/
H A Dpencil-toolbar.cpp250 LivePathEffectObject *lpeobj = (*i)->lpeobject; local
251 if (lpeobj) {
252 Inkscape::LivePathEffect::Effect *lpe = lpeobj->get_lpe();
/inkscape/src/ui/
H A Dclipboard.cpp805 LivePathEffectObject *lpeobj = (*it)->lpeobject; local
806 if (lpeobj) {
807 _copyNode(lpeobj->getRepr(), _doc, _defs);
1041 LivePathEffectObject *lpeobj = LIVEPATHEFFECT(obj); local
1042 lpeitem->addPathEffect(lpeobj);

Completed in 43 milliseconds