]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommandParams.h
Handle the case of TeX fonts LuaTeX
[lyx.git] / src / insets / InsetCommandParams.h
index a5d46785b8ef2c43002fbe1aa2f30a933d06eb79..4107378487d0f8195454ea34860d3497888dc06c 100644 (file)
@@ -28,6 +28,7 @@
 namespace lyx {
 
 class Lexer;
+class Buffer;
 
 class ParamInfo {
 public:
@@ -112,11 +113,14 @@ public:
        std::string insetType() const;
        ///
        InsetCode code() const { return insetCode_; }
-       ///
-       void read(Lexer &);
        /// Parse the command
+       void read(Lexer &);
+       ///
+       void Read(Lexer &, Buffer const *);
        ///
        void write(std::ostream &) const;
+       ///
+       void Write(std::ostream & os, Buffer const * buf) const;
        /// Build the complete LaTeX command
        docstring getCommand(OutputParams const &) const;
        /// Return the command name