]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.h
Streamlining CollapseStatus stuff
[lyx.git] / src / ParagraphParameters.h
index 6fb9e2bc32343b06f1e1e78518a2d8f2cd0071d3..cbea00691b81f59a4272dcc883c8ebfaaea5c080 100644 (file)
@@ -80,8 +80,17 @@ public:
        ///
        void leftIndent(Length const &);
 
+       /// read the parameters from a string
+       void read (std::string str, bool merge = true);
+       
        /// read the parameters from a lex
-       void read(Lexer & lex);
+       void read(Lexer & lex, bool merge = true);
+       
+       /// 
+       void apply(ParagraphParameters const & params, Layout const & layout);
+       
+       ///
+       bool canApply(ParagraphParameters const & params, Layout const & layout);
 
        /// write out the parameters to a stream
        void write(std::ostream & os) const;