diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-01-05 19:59:11 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-01-05 19:59:11 +0000 |
| commit | cedcdf0c6f8d5ac4a28fa74daaada99a0842358e (patch) | |
| tree | 1c258706e15f77aceb02eb93daafe941a16f6026 /src/live_effects/lpe-lattice2.h | |
| parent | Do not parse visio files, use filename (diff) | |
| download | inkscape-cedcdf0c6f8d5ac4a28fa74daaada99a0842358e.tar.gz inkscape-cedcdf0c6f8d5ac4a28fa74daaada99a0842358e.zip | |
Add perimetral only lattice 2 optionaly and allow hide knots on point parameter
Diffstat (limited to 'src/live_effects/lpe-lattice2.h')
| -rw-r--r-- | src/live_effects/lpe-lattice2.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/live_effects/lpe-lattice2.h b/src/live_effects/lpe-lattice2.h index 95c5285fb..899c9e009 100644 --- a/src/live_effects/lpe-lattice2.h +++ b/src/live_effects/lpe-lattice2.h @@ -45,17 +45,17 @@ public: virtual Gtk::Widget * newWidget(); - virtual void calculateCurve(Geom::Point a,Geom::Point b, SPCurve *c, bool horizontal, bool move); + void calculateCurve(Geom::Point a,Geom::Point b, SPCurve *c, bool horizontal, bool move); - virtual void vertical(PointParam ¶mA,PointParam ¶mB, Geom::Line vert); + void vertical(PointParam ¶mA,PointParam ¶mB, Geom::Line vert); - virtual void horizontal(PointParam ¶mA,PointParam ¶mB,Geom::Line horiz); + void horizontal(PointParam ¶mA,PointParam ¶mB,Geom::Line horiz); - virtual void setDefaults(); + void setDefaults(); - virtual void onExpanderChanged(); + void onExpanderChanged(); - virtual void resetGrid(); + void resetGrid(); protected: void addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec); @@ -63,6 +63,7 @@ private: BoolParam horizontal_mirror; BoolParam vertical_mirror; + BoolParam perimetral; BoolParam live_update; PointParam grid_point_0; PointParam grid_point_1; |
