diff options
Diffstat (limited to 'src/object/sp-image.h')
| -rw-r--r-- | src/object/sp-image.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/object/sp-image.h b/src/object/sp-image.h index 04e1df7fa..464d0f144 100644 --- a/src/object/sp-image.h +++ b/src/object/sp-image.h @@ -63,12 +63,13 @@ public: #if defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2) void apply_profile(Inkscape::Pixbuf *pixbuf); #endif // defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2) + + SPCurve *get_curve () const; + void refresh_if_outdated(); }; /* Return duplicate of curve or NULL */ -SPCurve *sp_image_get_curve (SPImage *image); void sp_embed_image(Inkscape::XML::Node *imgnode, Inkscape::Pixbuf *pb); void sp_embed_svg(Inkscape::XML::Node *image_node, std::string const &fn); -void sp_image_refresh_if_outdated( SPImage* image ); #endif |
