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

/inkscape/src/live_effects/
H A Dlpe-vonkoch.cpp51 ref_path(_("Reference segment:"), _("The reference segment. Defaults to the horizontal midline of the bbox."), "ref_path", &wr, this, "M0,0 L10,0"),
58 registerParameter( dynamic_cast<Parameter *>(&ref_path) );
92 Geom::Path refpath = ref_path.get_pathvector().front();
185 //Draw the reference box (ref_path is supposed to consist in one line segment)
187 Geom::Path refpath = ref_path.get_pathvector().front();
246 Geom::PathVector paths = ref_path.get_pathvector();
263 ref_path.set_new_value(tmp_pathv,true);
287 ref_path.set_new_value(refpaths, true);
H A Dlpe-vonkoch.h69 VonKochRefPathParam ref_path; member in class:Inkscape::LivePathEffect::LPEVonKoch

Completed in 28 milliseconds