]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetref.h
index 41bbdbe5365a85165a9625d919d484981d5ef054..532c7eaa2a60a1dc4e634a12e3209b776436df85 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef INSET_REF_H
 #define INSET_REF_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "insetcommand.h"
 
@@ -41,24 +38,24 @@ public:
        ///
        InsetRef(InsetCommandParams const &, Buffer const &, bool same_id = false);
        ///
+       ~InsetRef();
+       ///
        virtual Inset * clone(Buffer const & buffer, bool same_id = false) const {
                return new InsetRef(params(), buffer, same_id);
        }
        ///
+       dispatch_result localDispatch(FuncRequest const & cmd);
+       ///
        string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        Inset::Code lyxCode() const { return Inset::REF_CODE; }
        ///
-       void edit(BufferView *, int, int, mouse_button::state);
-       ///
-       void edit(BufferView * bv, bool front = true);
-       ///
        bool display() const { return false; }
        ///
        int latex(Buffer const *, std::ostream &,
-                 bool fragile, bool free_spc) const;
+                 LatexRunParams const &) const;
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
        ///