Searched refs:linked_paths (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-fill-between-many.h26 OriginalPathArrayParam linked_paths; member in class:Inkscape::LivePathEffect::LPEFillBetweenMany
H A Dlpe-fill-between-many.cpp25 linked_paths(_("Linked path:"), _("Paths from which to take the original path data"), "linkedpaths", &wr, this)
27 registerParameter( dynamic_cast<Parameter *>(&linked_paths) );
40 for (std::vector<PathAndDirection*>::iterator iter = linked_paths._vector.begin(); iter != linked_paths._vector.end(); ++iter) {

Completed in 13 milliseconds