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

/inkscape/src/live_effects/
H A Dlpe-lattice2.h34 class LPELattice2 : public Effect, GroupBBoxEffect { class in namespace:Inkscape::LivePathEffect
37 LPELattice2(LivePathEffectObject *lpeobject);
38 virtual ~LPELattice2();
96 LPELattice2(const LPELattice2&);
97 LPELattice2& operator=(const LPELattice2&);
H A Dlpe-lattice2.cpp45 LPELattice2::LPELattice2(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPELattice2
109 LPELattice2::~LPELattice2()
114 LPELattice2::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in)
227 LPELattice2::newWidget()
240 reset_button->signal_clicked().connect(sigc::mem_fun (*this,&LPELattice2::resetGrid));
275 expander->property_expanded().signal_changed().connect(sigc::mem_fun(*this, &LPELattice2::onExpanderChanged) );
280 LPELattice2::onExpanderChanged()
290 LPELattice2
[all...]
H A Deffect.cpp305 neweffect = static_cast<Effect*> ( new LPELattice2(lpeobj) );

Completed in 17 milliseconds