summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/point.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-01-05 19:59:11 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-01-05 19:59:11 +0000
commitcedcdf0c6f8d5ac4a28fa74daaada99a0842358e (patch)
tree1c258706e15f77aceb02eb93daafe941a16f6026 /src/live_effects/parameter/point.h
parentDo not parse visio files, use filename (diff)
downloadinkscape-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/parameter/point.h')
-rw-r--r--src/live_effects/parameter/point.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/parameter/point.h b/src/live_effects/parameter/point.h
index 6c5f8df65..ea0110100 100644
--- a/src/live_effects/parameter/point.h
+++ b/src/live_effects/parameter/point.h
@@ -42,6 +42,7 @@ public:
inline const gchar *handleTip() const { return handle_tip ? handle_tip : param_tooltip.c_str(); }
void param_setValue(Geom::Point newpoint, bool write = false);
void param_set_default();
+ void param_hide_knot(bool hide);
Geom::Point param_get_default() const;
void param_set_liveupdate(bool live_update);
void param_update_default(Geom::Point default_point);
@@ -60,7 +61,7 @@ private:
bool on_button_release(GdkEventButton* button_event);
Geom::Point defvalue;
bool liveupdate;
- KnotHolder *knoth;
+ KnotHolderEntity * _knot_entity;
SPKnotShapeType knot_shape;
SPKnotModeType knot_mode;
guint32 knot_color;