]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / RenderGraphic.h
index 5edb7ce9400cac49cf38c3efc6c2cd87ddfb8ecb..da09c4cc0faefe0f6229b09efbfed4b136bf099d 100644 (file)
@@ -24,7 +24,7 @@ namespace lyx {
 class RenderGraphic : public RenderBase
 {
 public:
-       RenderGraphic(Inset const *);
+       explicit RenderGraphic(Inset const *);
        RenderGraphic(RenderGraphic const &, Inset const *);
        RenderBase * clone(Inset const *) const;
 
@@ -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; }