X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetinfo.h;h=2e4267a8880f91efc0c68dad0fe99b895c44ab25;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=20ffaf207cbea591c91e979c1ce428c89b53c874;hpb=d6fa7c567c47f1af95f026174a83bf75dde08f84;p=lyx.git diff --git a/src/insets/insetinfo.h b/src/insets/insetinfo.h index 20ffaf207c..2e4267a888 100644 --- a/src/insets/insetinfo.h +++ b/src/insets/insetinfo.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. * * ====================================================== */ @@ -33,6 +33,7 @@ public: /// InsetInfo(); /// + explicit InsetInfo(string const & string); /// ~InsetInfo(); @@ -45,23 +46,23 @@ public: /// void draw(Painter &, LyXFont const &, int baseline, float & x) const; /// - void Write(ostream &) const; + void Write(std::ostream &) const; /// void Read(LyXLex & lex); /// - int Latex(ostream &, signed char fragile) const; + int Latex(std::ostream &, bool fragile, bool free_spc) const; /// - int Latex(string & file, signed char fragile) const; + int Ascii(std::ostream &) const; /// - int Linuxdoc(string & file) const; + int Linuxdoc(std::ostream &) const; /// - int DocBook(string & file) const; + int DocBook(std::ostream &) const; /// what appears in the minibuffer when opening - const char * EditMessage() const {return _("Opened note");} + char const * EditMessage() const; /// void Edit(BufferView *, int, int, unsigned int); /// - unsigned char Editable() const; + EDITABLE Editable() const; /// Inset::Code LyxCode() const; ///