Searched refs:LPEJoinType (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-jointype.h20 class LPEJoinType : public Effect { class in namespace:Inkscape::LivePathEffect
22 LPEJoinType(LivePathEffectObject *lpeobject);
23 virtual ~LPEJoinType();
30 LPEJoinType(const LPEJoinType&);
31 LPEJoinType& operator=(const LPEJoinType&);
H A Dlpe-jointype.cpp52 LPEJoinType::LPEJoinType(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEJoinType
78 LPEJoinType::~LPEJoinType()
85 void LPEJoinType::doOnApply(SPLPEItem const* lpeitem)
122 void LPEJoinType::doOnRemove(SPLPEItem const* lpeitem)
157 Geom::PathVector LPEJoinType::doEffect_path(Geom::PathVector const & path_in)
H A Deffect.cpp296 neweffect = static_cast<Effect*> ( new LPEJoinType(lpeobj) );

Completed in 15 milliseconds