]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibitem.h
Rename LatexRunParams::fragile as moving_arg.
[lyx.git] / src / insets / insetbibitem.h
index 105f23ed466f10766da7e6ff5cc885e7ca44dae8..b1f15eae6ff6928865d88b38474132e15c37f506 100644 (file)
@@ -30,6 +30,8 @@ public:
        ~InsetBibitem();
        ///
        Inset * clone(Buffer const &, bool same_id = false) const;
+       ///
+       virtual dispatch_result localDispatch(FuncRequest const & cmd);
        /** Currently \bibitem is used as a LyX2.x command,
            so we need this method.
        */
@@ -39,10 +41,6 @@ public:
        ///
        virtual string const getScreenLabel(Buffer const *) const;
        ///
-       void edit(BufferView *, int x, int y, mouse_button::state button);
-       ///
-       void edit(BufferView * bv, bool front = true);
-       ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        Inset::Code lyxCode() const { return Inset::BIBITEM_CODE; }
@@ -51,7 +49,7 @@ public:
        ///
        void setCounter(int);
        ///
-       int  getCounter() const { return counter; }
+       int getCounter() const { return counter; }
        ///
        string const getBibLabel() const;
        ///