]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetfloatlist.h
index b774d504219a4f2a27270c28d785cb87296b51dd..2e1cfa18b6440de2ca8cf5d10315c20d21880c5c 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef INSET_FLOATLIST_H
 #define INSET_FLOATLIST_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcommand.h"
 
@@ -27,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;
+       dispatch_result localDispatch(FuncRequest const & cmd);
        ///
-       void edit(BufferView * bv, int, int, mouse_button::state);
-       ///
-       void edit(BufferView * bv, bool front = true);
+       string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
@@ -47,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; }
        ///