]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Fix crash on recursive include (bug #8994)
[lyx.git] / src / insets / InsetFloatList.h
index 9c8d0f34125f2ae3e9b5c0ef4f5da46163080c3c..58a7e232f6a77a53aabe606e518dffedf4aba81d 100644 (file)
@@ -38,14 +38,19 @@ public:
        ///
        void read(Lexer &);
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///
-       int plaintext(odocstream &, OutputParams const & runparams) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
+       void doDispatch(Cursor & cur, FuncRequest & cmd);
+       ///
+       bool clickable(int, int) const { return true; }
+       ///
        void validate(LaTeXFeatures & features) const;
        //@}
 
@@ -64,6 +69,8 @@ private:
        //@{
        ///
        Inset * clone() const { return new InsetFloatList(*this); }
+       ///
+       docstring layoutName() const;
        //@}
 
        /// \name Private functions inherited from InsetCommand class