]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibitem.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetbibitem.h
index 62408b63b460c46e18ac33bca9a1b7ae91c429b7..03a6406883a9d18ce3e8b0557eb7bbd105212df5 100644 (file)
@@ -27,7 +27,11 @@ public:
        ///
        InsetBibitem(InsetCommandParams const &);
        ///
-       Inset * clone(Buffer const &, bool same_id = false) const;
+       ~InsetBibitem();
+       ///
+       Inset * clone() const;
+       ///
+       virtual dispatch_result localDispatch(FuncRequest const & cmd);
        /** Currently \bibitem is used as a LyX2.x command,
            so we need this method.
        */
@@ -37,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; }
@@ -49,7 +49,7 @@ public:
        ///
        void setCounter(int);
        ///
-       int  getCounter() const { return counter; }
+       int getCounter() const { return counter; }
        ///
        string const getBibLabel() const;
        ///