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

/inkscape/src/live_effects/
H A Dlpe-constructgrid.h23 class LPEConstructGrid : public Effect { class in namespace:Inkscape::LivePathEffect
25 LPEConstructGrid(LivePathEffectObject *lpeobject);
26 virtual ~LPEConstructGrid();
34 LPEConstructGrid(const LPEConstructGrid&);
35 LPEConstructGrid& operator=(const LPEConstructGrid&);
H A Dlpe-constructgrid.cpp25 LPEConstructGrid::LPEConstructGrid(LivePathEffectObject *lpeobject) : function in class:Inkscape::LivePathEffect::LPEConstructGrid
39 LPEConstructGrid::~LPEConstructGrid()
45 LPEConstructGrid::doEffect_path (Geom::PathVector const & path_in)
H A Deffect.cpp215 neweffect = static_cast<Effect*> ( new LPEConstructGrid(lpeobj) );

Completed in 16 milliseconds