Lines Matching refs:LPEPerspectivePath
39 KnotHolderEntityOffset(LPEPerspectivePath *effect) : LPEKnotHolderEntity(effect) {};
49 LPEPerspectivePath::LPEPerspectivePath(LivePathEffectObject *lpeobject) :
70 LPEPerspectivePath::~LPEPerspectivePath()
75 LPEPerspectivePath::doOnApply(SPLPEItem const* lpeitem)
88 LPEPerspectivePath::doBeforeEffect (SPLPEItem const* lpeitem)
106 void LPEPerspectivePath::refresh(Gtk::Entry* perspective) {
145 LPEPerspectivePath::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in)
208 LPEPerspectivePath::newWidget()
243 apply3D->signal_clicked().connect(sigc::bind<Gtk::Entry*>(sigc::mem_fun(*this,&LPEPerspectivePath::refresh),perspective));
250 void LPEPerspectivePath::addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *desktop, SPItem *item) {
264 LPEPerspectivePath* lpe = dynamic_cast<LPEPerspectivePath *>(_effect);
278 LPEPerspectivePath const *lpe = dynamic_cast<LPEPerspectivePath const*>(_effect);