]> git.lyx.org Git - lyx.git/blobdiff - src/insets/figinset.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / figinset.h
index 24ab285be18e6ca405d22da407ca0906c229caaf..178ddf4acf9bd6446d429d2c92284570dc16b8b9 100644 (file)
@@ -14,8 +14,6 @@
 #include "insets/lyxinset.h"
 /* the rest is figure stuff */
 
-using std::ostream;
-
 struct Figref;
 
 ///
@@ -35,20 +33,23 @@ public:
        void draw(Painter &, LyXFont const & font,
                  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_space) const;
+       int Latex(std::ostream &, bool fragile, bool free_space) const;
+       ///
+       int Ascii(std::ostream &) const;
        ///
-       int Linuxdoc(ostream &) const;
+       int Linuxdoc(std::ostream &) const;
        ///
-       int DocBook(ostream &) const;
+       int DocBook(std::ostream &) const;
        /// Updates needed features for this inset.
        void Validate(LaTeXFeatures & features) const;
 
        /// what appears in the minibuffer when opening
-       const char * EditMessage() const { return _("Opened figure"); }
+       char const * EditMessage() const;
+       
        ///
        void Edit(BufferView *, int, int, unsigned int);
        ///