X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetlatexaccent.h;h=018eb86d181c03fab67a187bae5cf2d2a09f0882;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=025058749c0afc63ffafda5bec4f9f665f1ee9e1;hpb=a0cf758d5a79140045c2a90e2ff5878e0b391bcc;p=lyx.git diff --git a/src/insets/insetlatexaccent.h b/src/insets/insetlatexaccent.h index 025058749c..018eb86d18 100644 --- a/src/insets/insetlatexaccent.h +++ b/src/insets/insetlatexaccent.h @@ -32,6 +32,7 @@ public: /// InsetLatexAccent(); /// + explicit InsetLatexAccent(string const & string); /// int ascent(Painter &, LyXFont const &) const; @@ -49,17 +50,17 @@ public: bool DisplayISO8859_9(Painter &, LyXFont const & font, int baseline, float & x) const; /// - 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; /// bool Deletable() const; /// @@ -116,7 +117,7 @@ public: LSLASH }; private: - friend ostream & operator<<(ostream &, ACCENT_TYPES); + friend std::ostream & operator<<(std::ostream &, ACCENT_TYPES); /// Check if we know the modifier and can display it ok on screen. void checkContents(); ///