Lines Matching defs:it
348 PathEffectList::iterator it;
349 for( it = effectlist.begin() ; it!=effectlist.end(); ++it)
351 if ( !(*it)->lpeobject ) {
355 if ((*it)->lpeobject->get_lpe()) {
357 row[columns.col_name] = (*it)->lpeobject->get_lpe()->getName();
358 row[columns.lperef] = *it;
359 row[columns.col_visible] = (*it)->lpeobject->get_lpe()->isVisible();
363 row[columns.lperef] = *it;
406 // TODO: factor out the effect applying code which can be called from anywhere. (selection-chemistry.cpp also needs it)
429 // If item is a SPRect, convert it to path first:
446 // convert to path, apply CLONE_ORIGINAL LPE, link it to the cloned path
548 Gtk::TreeModel::iterator it = sel->get_selected();
549 LivePathEffect::LPEObjectReference * lperef = (*it)[columns.lperef];