]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinfo.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetinfo.h
index 8b436325b8e855033230161501a9b72e7f550f27..2e4267a8880f91efc0c68dad0fe99b895c44ab25 100644 (file)
@@ -33,6 +33,7 @@ public:
        ///
        InsetInfo();
        ///
+       explicit
        InsetInfo(string const & string);
        ///
        ~InsetInfo();
@@ -45,17 +46,19 @@ 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, bool free_spc) const;
+       int Latex(std::ostream &, bool fragile, bool free_spc) const;
        ///
-       int Linuxdoc(ostream &) const;
+       int Ascii(std::ostream &) const;
        ///
-       int DocBook(ostream &) const;
+       int Linuxdoc(std::ostream &) 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);
        ///