Searched defs:lpe_key (Results 1 - 2 of 2) 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.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

Completed in 21 milliseconds