]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Some master/child biblio fixes.
[lyx.git] / src / insets / InsetFloatList.h
index 6f7844eb2658f65fdba1f499f2050877bce6ed2c..32a0dd5c81fdefb72660d276bc1e20cf4f6ac912 100644 (file)
@@ -42,10 +42,15 @@ public:
        ///
        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(BufferView const &, 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