]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.h
* BufferParams:
[lyx.git] / src / insets / insetfloat.h
index 7992d44d6cdd7d370d08884672e8e38d3ffd5551..34f633c38a3061fa7a1dd418a47e27f53bacea16 100644 (file)
@@ -57,11 +57,16 @@ public:
        ///
        InsetBase::Code lyxCode() const { return InsetBase::FLOAT_CODE; }
        ///
+       virtual bool wide() const { return false; }
+       ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
+       ///
+       int plaintext(Buffer const &, odocstream &,
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        ///
        virtual docstring const editMessage() const;
        ///