]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetcommand.h
index e36659e345e525fe74157750dc106d5daffccf9d..449d0f19ed2e01e35decdb75918c5829dbd68df3 100644 (file)
@@ -30,6 +30,7 @@ public:
        ///
        InsetCommand();
        ///
+       explicit
        InsetCommand(string const & name, string const & arg = string(), 
                     string const & opt = string());
        ///
@@ -41,17 +42,20 @@ public:
        ///
        void draw(Painter &, LyXFont const &, int baseline, float & x) const;
        ///
-       void Write(ostream &) const;
+       void Write(std::ostream &) const;
        /// Parse the command.
        void scanCommand(string const & cmd);
        /// Will not be used when lyxf3
        void Read(LyXLex & lex);
        /// 
-       virtual int Latex(ostream &, signed char fragile, bool free_spc) const;
+       virtual int Latex(std::ostream &,
+                         bool fragile, bool free_spc) const;
        ///
-       virtual int Linuxdoc(ostream &) const;
+       int Ascii(std::ostream &) const;
        ///
-       virtual int DocBook(ostream &) const;
+       virtual int Linuxdoc(std::ostream &) const;
+       ///
+       virtual int DocBook(std::ostream &) const;
        ///
        Inset * Clone() const;
        ///