Searched refs:lpe_key (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/tool/ |
H A D | shape-record.h | 37 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 D | path-manipulator.h | 58 guint32 outline_color, Glib::ustring lpe_key);
|
H A D | path-manipulator.cpp | 112 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 D | multi-path-manipulator.cpp | 185 r.edit_transform, _getOutlineColor(r.role, r.item), r.lpe_key));
|
/inkscape/src/live_effects/parameter/ |
H A D | path.cpp | 225 r.lpe_key = param_key;
|
Completed in 361 milliseconds