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

/inkscape/src/live_effects/
H A Dlpe-knot.h54 class LPEKnot : public Effect, GroupBBoxEffect { class in namespace:Inkscape::LivePathEffect
56 LPEKnot(LivePathEffectObject *lpeobject);
57 virtual ~LPEKnot();
89 LPEKnot(const LPEKnot&);
90 LPEKnot& operator=(const LPEKnot&);
H A Dlpe-knot.cpp47 KnotHolderEntityCrossingSwitcher(LPEKnot *effect) : LPEKnotHolderEntity(effect) {};
66 //LPEKnot specific Interval manipulation.
147 //LPEKnot specific Crossing Data manipulation.
342 //LPEKnot effect.
347 LPEKnot::LPEKnot(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEKnot
373 LPEKnot::~LPEKnot()
379 LPEKnot::updateSwitcher(){
394 LPEKnot
[all...]
H A Deffect.cpp191 neweffect = static_cast<Effect*> ( new LPEKnot(lpeobj) );

Completed in 19 milliseconds