]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFlex.h
Embedding: display a pin at the top left corner of embedded figures
[lyx.git] / src / insets / InsetFlex.h
index 0de70be84ad52292ecf6c42c40de6f1f9f011430..4ac50dcd0531116605fb8aab0b169ddaf577be6e 100644 (file)
@@ -51,6 +51,8 @@ public:
                    OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual void textString(Buffer const &, odocstream &) const;
+       ///
+       void validate(LaTeXFeatures &) const;
 
        /// should paragraph indendation be ommitted in any case?
        bool neverIndent(Buffer const &) const { return true; }
@@ -63,6 +65,10 @@ private:
 
        ///
        std::string name_;
+       ///
+       std::vector<std::string> packages_;
+       ///
+       std::string preamble_;
 };