]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetBibitem.h
index c6e6d70841313efd10624ddf51de1c79d048394c..44adc6b1ef6cc4c5758215f101fcad16faad11a6 100644 (file)
@@ -28,6 +28,13 @@ class InsetBibitem : public InsetCommand {
 public:
        ///
        InsetBibitem(InsetCommandParams const &);
+       /// verify label and update references.
+       /**
+         * Overloaded from Inset::initView.
+         **/
+       void initView();
+       ///
+       bool isLabeled() const { return true; }
        ///
        void read(Lexer & lex);
        ///
@@ -51,6 +58,8 @@ public:
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "bibitem"; }
+       ///
+       void updateCommand(docstring const & new_key, bool dummy = false);
 protected:
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);