]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTexinfo.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormTexinfo.h
index e2f2b1c5d513eb59594f996a6305330b0e91dd9f..a5c76cf1c1b85f1f67fda80523c4467317147abf 100644 (file)
@@ -4,17 +4,20 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMTEXINFO_H
 #define FORMTEXINFO_H
 
-
 #include "FormDialogView.h"
 #include "ControlTexinfo.h"
+#include <map>
+
+namespace lyx {
+namespace frontend {
 
 struct FD_texinfo;
 
@@ -36,6 +39,13 @@ private:
        void updateStyles(ControlTexinfo::texFileSuffix);
        ///
        ControlTexinfo::texFileSuffix activeStyle;
+
+       ///
+       typedef std::vector<std::string> ContentsType;
+       std::map<ControlTexinfo::texFileSuffix, ContentsType> texdata_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMTEXINFO_H