]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImage.h
Store an InsetBase & in MailInset.
[lyx.git] / src / graphics / GraphicsImage.h
index 321bc3d4368105c96b66f92bbd24fccd87d910ec..2eff2c89b132408f68d829e99c5304ec39224300 100644 (file)
@@ -1,19 +1,21 @@
 // -*- C++ -*-
 /**
  *  \file GraphicsImage.h
- *  Copyright 2002 the LyX Team
- *  Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *  \author Baruch Even <baruch.even@writeme.com>
- *  \author Angus Leeming <leeming@lyx.org>
+ *  \author Baruch Even
+ *  \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  *
  *  An abstract base class for the images themselves.
  *  Allows the user to retrieve the pixmap, once loaded and to issue commands
  *  to modify it.
  *
- *  The signals newImage and loadableFormats are connected to the approriate
- *  derived classes elsewhere, allowing the graphics cache to access them
- *  without knowing anything about their instantiation.
+ *  The boost::functions newImage and loadableFormats are connected to the
+ *  appropriate derived classes elsewhere, allowing the graphics cache to
+ *  access them without knowing anything about their instantiation.
  *
  *  The loading process can be asynchronous, but cropping, rotating and
  *  scaling block execution.
 #include <vector>
 #include <utility>
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 namespace grfx {
 
 class Params;