]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewImage.h
ar.po and layouttranslations: updates from hatim
[lyx.git] / src / graphics / PreviewImage.h
index 2a112b76a169e1e6818eb699b0de323e4504f4bf..6b5ac7e66cd1d1e0495a0b84a5aa37570fa7adfd 100644 (file)
@@ -22,6 +22,7 @@ class Dimension;
 
 namespace graphics {
 
+class Cache;
 class PreviewLoader;
 class Image;
 
@@ -46,6 +47,10 @@ public:
         *  triggers that.
         */
        Image const * image() const;
+       ///
+       support::FileName const & filename() const;
+
+       PreviewLoader & previewLoader() const;
 
 private:
        /// Use the Pimpl idiom to hide the internals.