]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetfloatlist.h
index f8751333776edacb139a7f3d3cfb295bf6486f73..2e1cfa18b6440de2ca8cf5d10315c20d21880c5c 100644 (file)
@@ -24,15 +24,15 @@ public:
        ///
        InsetFloatList(string const & type);
        ///
+       ~InsetFloatList();
+       ///
        Inset * clone(Buffer const &, bool = false) const {
                return new InsetFloatList(getCmdName());
        }
        ///
-       string const getScreenLabel(Buffer const *) const;
-       ///
-       void edit(BufferView * bv, int, int, mouse_button::state);
+       dispatch_result localDispatch(FuncRequest const & cmd);
        ///
-       void edit(BufferView * bv, bool front = true);
+       string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
@@ -44,7 +44,8 @@ public:
        ///
        void read(Buffer const *, LyXLex &);
        ///
-       int latex(Buffer const *, std::ostream &, bool, bool) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        int linuxdoc(Buffer const *, std::ostream &) const { return 0; }
        ///