lpe-parallel.cpp revision 0b2d8abc1011ad865fce3b883ccb2587cb15cc90
919N/A#include "live_effects/lpe-parallel.h"
919N/A#include "sp-shape.h"
0N/A#include "knot-holder-entity.h"
0N/A#include "knotholder.h"
0N/Anamespace LivePathEffect {
970N/A length_left(_("Length left:"), _("Specifies the left end of the parallel"), "length-left", &wr, this, 150),
731N/A length_right(_("Length right:"), _("Specifies the right end of the parallel"), "length-right", &wr, this, 150)
970N/A show_orig_path = true;
970N/A _provides_knotholder_entities = true;
970N/Avoid LPEParallel::addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *desktop, SPItem *item) {
namespace Pl {
using namespace Geom;
KnotHolderEntityRightEnd::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, guint state)
using namespace Geom;
return lpe->C;
return lpe->D;