]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
Store an InsetBase & in MailInset.
[lyx.git] / src / graphics / GraphicsLoader.h
index 9f67927fbb7b69f67a3daed52fa4c0d71c4f792a..893070919a9232bd9ddd564d0d5030f787e29729 100644 (file)
 #ifndef GRAPHICSLOADER_H
 #define GRAPHICSLOADER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "GraphicsTypes.h"
 #include "LString.h"
 
@@ -67,13 +63,10 @@ public:
        ///
        bool empty() const { return filename().empty(); }
 
-       /// We are explicit about when we begin the loading process.
-       void startLoading() const;
-
-       /** starting loading of the image is conditional upon the
-        *  inset being visible or not.
+       /** starting loading of the image is done by a urgency-based
+        *  decision. Here we only call LoaderQueue::touch to request it.
         */
-       void startLoading(Inset const &, BufferView const &) const;
+       void startLoading() const;
 
        /** Monitor any changes to the file.
         *  There is no point monitoring the file before startLoading() is