Searched refs:PathEffectList (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Dsp-lpe-item.h38 typedef std::list<Inkscape::LivePathEffect::LPEObjectReference *> PathEffectList; typedef
47 PathEffectList* path_effect_list;
82 PathEffectList getEffectList();
83 PathEffectList const getEffectList() const;
H A Dsp-lpe-item.cpp61 static std::string patheffectlist_svg_string(PathEffectList const & list);
67 , path_effect_list(new PathEffectList())
94 PathEffectList::iterator it = this->path_effect_list->begin();
129 PathEffectList::iterator it = this->path_effect_list->begin();
221 for (PathEffectList::iterator it = this->path_effect_list->begin(); it != this->path_effect_list->end(); ++it)
297 PathEffectList lpelist = lpeitem->getEffectList();
434 for (PathEffectList::const_iterator it = this->path_effect_list->begin(); it != this->path_effect_list->end(); ++it)
502 PathEffectList new_list = *this->path_effect_list;
539 PathEffectList new_list = *this->path_effect_list;
540 PathEffectList
[all...]
H A Dsp-path.cpp68 PathEffectList effect_list = this->getEffectList();
70 for (PathEffectList::iterator it = effect_list.begin(); it != effect_list.end(); ++it)
H A Dsp-item.cpp1405 PathEffectList effect_list = lpeitem->getEffectList();
1406 for (PathEffectList::iterator it = effect_list.begin(); it != effect_list.end(); ++it)
H A Dsp-item-group.cpp813 for (PathEffectList::iterator it = this->path_effect_list->begin(); it != this->path_effect_list->end(); ++it)
/inkscape/src/ui/dialog/
H A Dlivepatheffect-editor.cpp347 PathEffectList effectlist = lpeitem->getEffectList();
348 PathEffectList::iterator it;
/inkscape/src/widgets/
H A Dpencil-toolbar.cpp247 PathEffectList lpelist = lpeitem->getEffectList();
/inkscape/src/ui/
H A Dclipboard.cpp803 for (PathEffectList::iterator it = lpeitem->path_effect_list->begin(); it != lpeitem->path_effect_list->end(); ++it)

Completed in 31 milliseconds