]> git.lyx.org Git - features.git/blobdiff - src/layout.h
in addition to the changes mentioned in ChangeLog, there is the usual batch of whites...
[features.git] / src / layout.h
index 6996913e72c72691a679300a4b602ed27a2da2a9..b10bdcccee363679366564ec9c87af62c508f1f7 100644 (file)
@@ -174,7 +174,12 @@ public:
 
        ///
        bool Read (LyXLex &, LyXTextClass const &);
-
+       void readAlign(LyXLex &);
+       void readAlignPossible(LyXLex &);
+       void readLabelType(LyXLex &);
+       void readMargin(LyXLex &);
+       void readLatexType(LyXLex &);
+       void readSpacing(LyXLex &);
        string const & name() const { return name_; }
        void name(string const & n) { name_ = n; }
        string const & obsoleted_by() const { return obsoleted_by_; }
@@ -342,7 +347,9 @@ public:
        
        ///
        bool Read(string const & filename, bool merge = false);
-
+       void readOutputType(LyXLex &);
+       void readMaxCounter(LyXLex &);
+       void readClassOptions(LyXLex &);
        ///
        bool hasLayout(string const & name) const;