~inkscape.dev/inkscape/lpeUpdDefaultParams

« back to all changes in this revision

Viewing changes to src/live_effects/parameter/point.h

  • Committer: jabiertxof
  • Date: 2017-04-26 09:16:33 UTC
  • mfrom: (15620.1.25 inkscape)
  • Revision ID: info@marker.es-20170426091633-woqwltm0wwbup0if
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    Geom::Point param_get_default() const;
45
45
    void param_set_liveupdate(bool live_update);
46
46
    void param_update_default(Geom::Point default_point);
 
47
 
47
48
    virtual void param_update_default(const gchar * default_point);
48
49
    virtual void param_transform_multiply(Geom::Affine const& /*postmul*/, bool /*set*/);
49
50
 
62
63
    SPKnotModeType knot_mode;
63
64
    guint32 knot_color;
64
65
    gchar *handle_tip;
65
 
    Inkscape::UI::Widget::RegisteredTransformedPoint * _pointwdg;
66
66
};
67
67
 
68
68