]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetBibitem.h
index b1e1cae89ebf5bd1eb5181a52a23ef9fe6c3704e..b0b1121a36bb7df593dbc3db01d8694f6aa34f48 100644 (file)
@@ -45,7 +45,13 @@ public:
                BiblioInfo &, InsetIterator const &) const;
        /// Update the counter of this inset
        virtual void updateLabels(Buffer const &, ParIterator const &);
-
+       ///
+       static CommandInfo const * findInfo(std::string const &);
+       ///
+       static std::string defaultCommand() { return "bibitem"; };
+       ///
+       static bool isCompatibleCommand(std::string const & s) 
+               { return s == "bibitem"; }
 protected:
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);