X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-lpe-item.h;h=54642f27b17a657c7f321bb2437d2b20c8f77bd8;hb=876aa46cb01ee981a0a6dcc39af6fdace7be56bc;hp=3aba7b8a7a4aa16de87c5ae5a16e8c7e709bb819;hpb=0563fd55cbad59e8a878e6d4cbbdd8e47f74488d;p=inkscape.git diff --git a/src/sp-lpe-item.h b/src/sp-lpe-item.h index 3aba7b8a7..54642f27b 100644 --- a/src/sp-lpe-item.h +++ b/src/sp-lpe-item.h @@ -40,6 +40,10 @@ struct SPLPEItem : public SPItem { PathEffectList* path_effect_list; Inkscape::LivePathEffect::LPEObjectReference* current_path_effect; + std::vector lpe_helperpaths; + + bool adding_helperpaths; + bool removing_helperpaths; sigc::connection lpe_modified_connection; }; @@ -70,6 +74,8 @@ Inkscape::LivePathEffect::LPEObjectReference* sp_lpe_item_get_current_lpereferen Inkscape::LivePathEffect::Effect* sp_lpe_item_get_current_lpe(SPLPEItem *lpeitem); bool sp_lpe_item_set_current_path_effect(SPLPEItem *lpeitem, Inkscape::LivePathEffect::LPEObjectReference* lperef); bool sp_lpe_item_path_effects_enabled(SPLPEItem *lpeitem); +void sp_lpe_item_add_temporary_canvasitems(SPLPEItem *lpeitem, SPDesktop *desktop); +void sp_lpe_item_remove_temporary_canvasitems(SPLPEItem *lpeitem, SPDesktop *desktop); #endif /* !SP_LPE_ITEM_H_SEEN */