]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphicsParams.h
ExternalTemplate.cpp:
[lyx.git] / src / insets / InsetGraphicsParams.h
index f3429afe9bab2df89c4a466064571bc19e622213..0f9600971c69dd60fd16263d68e51bb628f59ffa 100644 (file)
@@ -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,6 +83,9 @@ public:
        // to display or not.
        graphics::Params as_grfxParams() const;
 
+       // 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.
        void init();