]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
Fix bug #9319: Problems with space inside math and textrm.
[lyx.git] / src / graphics / GraphicsLoader.h
index 43fd85e69590f48493f23c9664317df9f1333f8e..57328107085b7f86f9927fb93d0f84d83c372e16 100644 (file)
@@ -68,6 +68,10 @@ public:
         */
        void startLoading() const;
 
+       /** Tries to reload the image. 
+        */
+       void reload() const;
+
        /** Monitor any changes to the file.
         *  There is no point monitoring the file before startLoading() is
         *  invoked.
@@ -97,6 +101,9 @@ public:
         */
        Image const * image() const;
 
+       double displayPixelRatio() const;
+       void setDisplayPixelRatio(double scale);
+
 private:
        /// Use the Pimpl idiom to hide the internals.
        class Impl;