]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphicsParams.h
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / insets / InsetGraphicsParams.h
index 6cff5965337edca6c1a9ef414b5ff1c618b116aa..1d777adf56005e58c62c3e8321397708ff314a51 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
- * \author Herbert Voß
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -37,8 +37,8 @@ public:
        support::DocFileName filename;
        /// Scaling the Screen inside Lyx
        unsigned int lyxscale;
-       /// How to display the image inside LyX
-       graphics::DisplayType display;
+       /// If to display the image inside LyX
+       bool display;
        /// Scaling for output (LaTeX)
        std::string scale;
        /// sizes for output (LaTeX)
@@ -83,7 +83,8 @@ public:
        // to display or not.
        graphics::Params as_grfxParams() const;
 
-       // Identification of the graphics template. No template equals empty string.
+       // FIXME UNICODE. Write functions need to use odostream instead of ostream firstly.
+       /// Identification of the graphics template. No template equals empty string.
        std::string groupId;
 private:
        /// Initialize the object to a default status.