X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FRenderGraphic.h;h=b41b82e61aa1c33753dd18e29d0cb34b2dadecab;hb=b73879691f816b0874d9dec0c09e2db7889c4e8e;hp=5edb7ce9400cac49cf38c3efc6c2cd87ddfb8ecb;hpb=8a69ffd3bfaa4ab23b281a38b9a65f0a8550c997;p=lyx.git diff --git a/src/insets/RenderGraphic.h b/src/insets/RenderGraphic.h index 5edb7ce940..b41b82e61a 100644 --- a/src/insets/RenderGraphic.h +++ b/src/insets/RenderGraphic.h @@ -35,6 +35,8 @@ public: /// Refresh the info about which file to display and how to display it. void update(graphics::Params const & params); + /// Reloads the image if necessary + void reload() const; /// equivalent to dynamic_cast virtual RenderGraphic * asGraphic() { return this; }