]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.h
the toc fix plus layout stuff
[lyx.git] / src / lyxlayout.h
index e709ffb23dcd0ce4a104ca51cd6cc4c23d94b90e..f2a87f895f0c7fef2b85cbe51bd52422d5baa84f 100644 (file)
@@ -140,6 +140,8 @@ public:
        bool pass_thru;
        ///
        bool is_environment;
+       /// show this in toc
+       int toclevel;
        /// for new environment insets
        string latexheader;
        /// for new environment insets
@@ -173,6 +175,8 @@ public:
        bool intitle;
        /// Does this layout allow for an optional parameter?
        int optionalargs;
+       /// Which counter to step
+       string counter;
 
 private:
        /// Name of the layout/paragraph environment