]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
more changes, read the Changelog
[lyx.git] / src / LaTeXFeatures.h
index 70054ca33d61b436fcdac1879a6fe0db67fc5b63..05736eb9dcf8d4751080d94f885a5f2e502e49cd 100644 (file)
@@ -40,6 +40,8 @@ struct LaTeXFeatures {
        string getMacros();
        /// The definitions needed by the document's textclass
        string getTClassPreamble();
+       ///
+       string getIncludedFiles();
 
        ///
        void showStruct();
@@ -152,6 +154,10 @@ struct LaTeXFeatures {
        typedef std::set<string> FloatList;
        ///
        FloatList usedFloats;
+       ///
+       typedef std::map<string , string> FileMap;
+       ///
+       FileMap IncludedFiles;                                                                     
        //@}
        BufferParams const & bufferParams() const;
 private: