]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImageXPM.h
* Make the graphics files conform strictly to the Pimpl idiom by moving
[lyx.git] / src / graphics / GraphicsImageXPM.h
index ce4eccbcd6b7ab098624b1d8dc38377ac6dc878b..01b720d40b36cab4cfd1e97967b5857c39d68102 100644 (file)
@@ -5,7 +5,7 @@
  *  Read the file COPYING
  *
  *  \author Baruch Even <baruch.even@writeme.com>
- *  \author Angus Leeming <a.leeming@ic.ac.uk>
+ *  \author Angus Leeming <leeming@lyx.org>
  *
  *  An instantiation of Image that makes use of libXPM to load and store
  *  the image in memory.
@@ -48,6 +48,8 @@ public:
        /// Get the image height
        unsigned int getHeight() const;
 
+       bool isDrawable() const;
+
        /** Load the image file into memory.
         *  In this case (ImageXPM), the process is blocking.
         */