Lines Matching defs:lpe
31 #include "live_effects/lpe-line_segment.h"
32 #include "lpe-toolbar.h"
45 #include "ui/tools/lpe-tool.h"
62 // the subtools from which the toolbar is built automatically are listed in lpe-tool-context.h
128 Effect* lpe = lpeitem->getCurrentLPE();
129 if (lpe && lpe->effectType() == LINE_SEGMENT) {
130 LPELineSegment *lpels = static_cast<LPELineSegment*>(lpe);
131 g_object_set_data(tbl, "currentlpe", lpe);
257 LPELineSegment *lpe = static_cast<LPELineSegment *>(g_object_get_data(tbl, "currentlpe"));
261 lpe->end_type.param_set_value(static_cast<Inkscape::LivePathEffect::EndType>(ege_select_one_action_get_active(act)));