summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-mirror_symmetry.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-11-15 17:34:32 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-11-15 17:34:32 +0000
commit69ef82447f23d5ebd3abc6a5903b10bbdb1b12f4 (patch)
treedcaafc31c93eaaf606e1260d99c83b963aba4822 /src/live_effects/lpe-mirror_symmetry.h
parentignore this commit (diff)
downloadinkscape-69ef82447f23d5ebd3abc6a5903b10bbdb1b12f4.tar.gz
inkscape-69ef82447f23d5ebd3abc6a5903b10bbdb1b12f4.zip
ignore this commit
(bzr r13682.1.10)
Diffstat (limited to 'src/live_effects/lpe-mirror_symmetry.h')
-rw-r--r--src/live_effects/lpe-mirror_symmetry.h24
1 files changed, 1 insertions, 23 deletions
diff --git a/src/live_effects/lpe-mirror_symmetry.h b/src/live_effects/lpe-mirror_symmetry.h
index 4b2c9aea0..a4a2b86c0 100644
--- a/src/live_effects/lpe-mirror_symmetry.h
+++ b/src/live_effects/lpe-mirror_symmetry.h
@@ -20,17 +20,10 @@
#include "live_effects/parameter/point.h"
#include "live_effects/parameter/path.h"
-#include "live_effects/lpegroupbbox.h"
-
namespace Inkscape {
namespace LivePathEffect {
-namespace MS {
- // we need a separate namespace to avoid clashes with LPEPerpBisector
- class KnotHolderEntityCenterMirrorSymmetry;
-}
-
-class LPEMirrorSymmetry : public Effect, GroupBBoxEffect{
+class LPEMirrorSymmetry : public Effect {
public:
LPEMirrorSymmetry(LivePathEffectObject *lpeobject);
virtual ~LPEMirrorSymmetry();
@@ -39,26 +32,11 @@ public:
virtual void doBeforeEffect (SPLPEItem const* lpeitem);
- virtual int pointSideOfLine(Geom::Point A, Geom::Point B, Geom::Point X);
-
virtual std::vector<Geom::Path> doEffect_path (std::vector<Geom::Path> const & path_in);
- /* the knotholder entity classes must be declared friends */
- friend class MS::KnotHolderEntityCenterMirrorSymmetry;
- void addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *desktop, SPItem *item);
-
-protected:
- virtual void addCanvasIndicators(SPLPEItem const *lpeitem, std::vector<Geom::PathVector> &hp_vec);
-
private:
BoolParam discard_orig_path;
- BoolParam fusionPaths;
- BoolParam reverseFusion;
- BoolParam forceX;
- BoolParam forceY;
PathParam reflection_line;
- Geom::Line lineSeparation;
- PointParam center;
LPEMirrorSymmetry(const LPEMirrorSymmetry&);
LPEMirrorSymmetry& operator=(const LPEMirrorSymmetry&);