]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatex.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetlatex.h
index ce5f4dfc8b96dbd2063aef6464bcbad75f9f66eb..c3b5b52a500622c18ab241ffc82623a9ddd1a5cd 100644 (file)
   delete/backspace operations. This is used when you insert a LaTeX
   figure (done as "\input "), but you still have to type the filename
   yourself after the inset. */
-class InsetLatex: public Inset {
+class InsetLatex : public Inset {
 public:
        ///
        InsetLatex();
        ///
+       explicit
        InsetLatex(string const & string);
        ///
        ~InsetLatex();
@@ -45,9 +46,11 @@ public:
        ///
        void Read(LyXLex & lex);
        ///
-       int Latex(FILE * file, signed char fragile);
+       int Latex(FILE * file, signed char fragile, bool free_spc);
        ///
-       int Latex(string & file, signed char fragile);
+       int Latex(string & file, signed char fragile, bool free_spc);
+       ///
+       int Ascii(string & file) const;
        ///
        int Linuxdoc(string & file);
        ///
@@ -55,7 +58,7 @@ public:
        ///
        bool Deletable() const;
        ///
-       InsetLatex * Clone() const;
+       Inset * Clone() const;
        ///
        Inset::Code LyxCode() const;
 private: