]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetfloat.h
index 08b9a574dbaaa354f3a8f8631aa7eeb9c0144921..34f633c38a3061fa7a1dd418a47e27f53bacea16 100644 (file)
@@ -14,7 +14,6 @@
 #define INSETFLOAT_H
 
 #include "insetcollapsable.h"
-#include "toc.h"
 #include "mailinset.h"
 
 
@@ -58,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;
        ///
@@ -76,7 +80,7 @@ public:
        ///
        void sideways(bool s, BufferParams const &);
        ///
-       void addToToc(toc::TocList &, Buffer const &) const;
+       void addToToc(TocList &, Buffer const &) const;
        ///
        bool  showInsetDialog(BufferView *) const;
        ///