Code

Add action to change the end type of line segments if an item has LPELineSegment...
[inkscape.git] / src / lpe-tool-context.h
index 671ef91e637711b7425020088a14b137db0a5aea..5ee66dbadb0f5c3b1a3d5ce59d4e5af2b35d8205 100644 (file)
@@ -49,6 +49,7 @@ struct SPLPEToolContext : public SPPenContext {
 struct SPLPEToolContextClass : public SPEventContextClass{};
 
 int lpetool_mode_to_index(Inkscape::LivePathEffect::EffectType const type);
+int lpetool_item_has_construction(SPLPEToolContext *lc, SPItem *item);
 bool lpetool_try_construction(SPLPEToolContext *lc, Inkscape::LivePathEffect::EffectType const type);
 void lpetool_context_switch_mode(SPLPEToolContext *lc, Inkscape::LivePathEffect::EffectType const type);
 void lpetool_context_reset_limiting_bbox(SPLPEToolContext *lc);