X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetquotes.h;h=31903afbd6da010e312e921fb30857e61a499eed;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=abd48cdfe4dc7fd449a787c95d63288909fbaec8;hpb=cfdd73ea94c3cc0058459d67b1c62fabd31fbeb1;p=lyx.git diff --git a/src/insets/insetquotes.h b/src/insets/insetquotes.h index abd48cdfe4..31903afbd6 100644 --- a/src/insets/insetquotes.h +++ b/src/insets/insetquotes.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-1999 The LyX Team + * Copyright 1995-2000 The LyX Team * * ====================================================== */ @@ -65,12 +65,12 @@ public: \item grd <- german double quote right \item etc. \end{itemize} - */ + */ + explicit InsetQuotes(string const & str = "eld"); /// Create the right quote inset after character c InsetQuotes(char c, BufferParams const & params); -#ifdef USE_PAINTER /// int ascent(Painter &, LyXFont const &) const; /// @@ -79,30 +79,20 @@ public: int width(Painter &, LyXFont const &) const; /// void draw(Painter &, LyXFont const &, int baseline, float & x) const; -#else - /// - int Ascent(LyXFont const & font) const; - /// - int Descent(LyXFont const & font) const; - /// - int Width(LyXFont const & font) const; - /// - void Draw(LyXFont font, LyXScreen & scr, int baseline, float & x); -#endif /// LyXFont ConvertFont(LyXFont font); /// - void Write(ostream &); + void Write(std::ostream &) const; /// void Read(LyXLex & lex); /// - int Latex(ostream &, signed char fragile); + int Latex(std::ostream &, bool fragile, bool free_spc) const; /// - int Latex(string & file, signed char fragile); + int Ascii(std::ostream &) const; /// - int Linuxdoc(string & file); + int Linuxdoc(std::ostream &) const; /// - int DocBook(string & file); + int DocBook(std::ostream &) const; /// void Validate(LaTeXFeatures &) const; ///