Searched refs:lperef (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-lpe-item.cpp495 Inkscape::LivePathEffect::LPEObjectReference* lperef = this->getCurrentLPEReference(); local
496 if (!lperef)
503 new_list.remove(lperef); //current lpe ref is always our 'own' pointer from the path_effect_list
535 Inkscape::LivePathEffect::LPEObjectReference* lperef = getCurrentLPEReference(); local
536 if (!lperef)
540 PathEffectList::iterator cur_it = find( new_list.begin(), new_list.end(), lperef );
556 Inkscape::LivePathEffect::LPEObjectReference* lperef = getCurrentLPEReference(); local
557 if (!lperef)
561 PathEffectList::iterator cur_it = find( new_list.begin(), new_list.end(), lperef );
764 Inkscape::LivePathEffect::LPEObjectReference *lperef local
854 Inkscape::LivePathEffect::LPEObjectReference* lperef = getCurrentLPEReference(); local
862 setCurrentPathEffect(Inkscape::LivePathEffect::LPEObjectReference* lperef) argument
[all...]
H A Dsp-lpe-item.h89 bool setCurrentPathEffect(Inkscape::LivePathEffect::LPEObjectReference* lperef);
/inkscape/src/ui/dialog/
H A Dlivepatheffect-editor.h87 add(lperef);
93 Gtk::TreeModelColumn<LivePathEffect::LPEObjectReference *> lperef; member in class:Inkscape::UI::Dialog::LivePathEffectEditor::ModelColumns
H A Dlivepatheffect-editor.cpp234 if (ci->get_value(columns.lperef)->lpeobject->get_lpe() == effect)
358 row[columns.lperef] = *it;
363 row[columns.lperef] = *it;
549 LivePathEffect::LPEObjectReference * lperef = (*it)[columns.lperef]; local
551 if (lperef && current_lpeitem) {
552 if (lperef->lpeobject->get_lpe()) {
554 current_lpeitem->setCurrentPathEffect(lperef);
555 showParams(*lperef->lpeobject->get_lpe());
565 LivePathEffect::LPEObjectReference * lpeobjref = row[columns.lperef];
[all...]

Completed in 971 milliseconds