]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
Store an InsetBase & in MailInset.
[lyx.git] / src / graphics / GraphicsLoader.h
index 9078e1483d48d841d2c6979af622e8c0b7069bbc..893070919a9232bd9ddd564d0d5030f787e29729 100644 (file)
@@ -1,9 +1,10 @@
 // -*- C++ -*-
 /**
  *  \file GraphicsLoader.h
- *  Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *  \author Angus Leeming 
+ *  \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS
  *
 #ifndef GRAPHICSLOADER_H
 #define GRAPHICSLOADER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "GraphicsTypes.h"
 #include "LString.h"
 
@@ -66,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