Searched refs:lpe_key (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/tool/
H A Dshape-record.h37 Glib::ustring lpe_key; // name of LPE shape param being edited member in struct:Inkscape::UI::ShapeRecord
40 return item == o.item && lpe_key == o.lpe_key;
43 return item == o.item ? (lpe_key < o.lpe_key) : (item < o.item);
H A Dpath-manipulator.h58 guint32 outline_color, Glib::ustring lpe_key);
H A Dpath-manipulator.cpp112 Geom::Affine const &et, guint32 outline_color, Glib::ustring lpe_key)
128 , _lpe_key(lpe_key)
111 PathManipulator(MultiPathManipulator &mpm, SPPath *path, Geom::Affine const &et, guint32 outline_color, Glib::ustring lpe_key) argument
H A Dmulti-path-manipulator.cpp185 r.edit_transform, _getOutlineColor(r.role, r.item), r.lpe_key));
/inkscape/src/live_effects/parameter/
H A Dpath.cpp225 r.lpe_key = param_key;

Completed in 361 milliseconds