Searched refs:KnotHolderEntityCrossingSwitcher (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-knot.h28 class KnotHolderEntityCrossingSwitcher;
63 friend class KnotHolderEntityCrossingSwitcher;
H A Dlpe-knot.cpp45 class KnotHolderEntityCrossingSwitcher : public LPEKnotHolderEntity { class in namespace:Inkscape::LivePathEffect
47 KnotHolderEntityCrossingSwitcher(LPEKnot *effect) : LPEKnotHolderEntity(effect) {}; function in class:Inkscape::LivePathEffect::KnotHolderEntityCrossingSwitcher
624 KnotHolderEntity *e = new KnotHolderEntityCrossingSwitcher(this);
632 KnotHolderEntityCrossingSwitcher::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, guint /*state*/)
643 KnotHolderEntityCrossingSwitcher::knot_get() const
650 KnotHolderEntityCrossingSwitcher::knot_click(guint state)

Completed in 16 milliseconds