]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
Some more changes for updating text-insets.
[lyx.git] / src / insets / insetquotes.h
index a5bd91ee9eea112be9f09654db42f86e29e1b16d..cb8b4d9c103c138f17cb20776b54daa94277abd0 100644 (file)
@@ -78,19 +78,21 @@ public:
        ///
        int width(Painter &, LyXFont const &) const;
        ///
-       void draw(Painter &, LyXFont const &, int baseline, float & x) const;
+       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
        ///
        LyXFont ConvertFont(LyXFont font);
        ///
-       void Write(std::ostream &) const;
+       void Write(Buffer const *, std::ostream &) const;
        ///
-       void Read(LyXLex & lex);
+       void Read(Buffer const *, LyXLex & lex);
        ///
-       int Latex(std::ostream &, signed char fragile, bool free_spc) const;
+       int Latex(Buffer const *, std::ostream &, bool fragile, bool free_spc) const;
        ///
-       int Linuxdoc(std::ostream &) const;
+       int Ascii(Buffer const *, std::ostream &) const;
        ///
-       int DocBook(std::ostream &) const;
+       int Linuxdoc(Buffer const *, std::ostream &) const;
+       ///
+       int DocBook(Buffer const *, std::ostream &) const;
        ///
        void Validate(LaTeXFeatures &) const;
        ///