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

/inkscape/src/live_effects/
H A Dlpe-attach-path.h5 * Inkscape::LPEAttachPath
23 class LPEAttachPath : public Effect { class in namespace:Inkscape::LivePathEffect
25 LPEAttachPath(LivePathEffectObject *lpeobject);
26 virtual ~LPEAttachPath();
32 LPEAttachPath(const LPEAttachPath&);
33 LPEAttachPath& operator=(const LPEAttachPath&);
H A Dlpe-attach-path.cpp27 LPEAttachPath::LPEAttachPath(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEAttachPath
54 LPEAttachPath::~LPEAttachPath()
59 void LPEAttachPath::resetDefaults(SPItem const * /*item*/)
65 void LPEAttachPath::doEffect (SPCurve * curve)
H A Deffect.cpp281 neweffect = static_cast<Effect*> ( new LPEAttachPath(lpeobj) );

Completed in 34 milliseconds