]> git.lyx.org Git - lyx.git/commitdiff
You'll need this as well.
authorAngus Leeming <leeming@lyx.org>
Mon, 11 Feb 2002 13:03:28 +0000 (13:03 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 11 Feb 2002 13:03:28 +0000 (13:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3519 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetgraphics.h

index 16498ef72e9a3218ccd4839e7234907bf09e6523..6e00518c45f82e3b2a2d8f72f91cfdbdd2141f3a 100644 (file)
@@ -30,6 +30,7 @@
 #include "sigc++/signal_system.h"
 
 class Dialogs;
+class LyXImage;
 
 ///
 class InsetGraphics : public Inset, public SigC::Object {
@@ -112,6 +113,10 @@ private:
        string const createLatexOptions() const;
        /// Convert the file if needed, and return the location of the file.
        string const prepareFile(Buffer const * buf) const;
+       /// The graphics cache handle.
+       mutable boost::shared_ptr<GraphicsCacheItem> cacheHandle;
+       /// is the pixmap initialized?
+       mutable bool imageLoaded;
        ///
        InsetGraphicsParams params;
 };