]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
pimpl not needed here
[lyx.git] / src / insets / InsetBibtex.h
index aab27400f6bf12bd449c71e68ae1672b1fd5c579..2b8e8dea6ac74104dc3bececf7dd55957bc1e5bd 100644 (file)
@@ -48,6 +48,13 @@ public:
        bool delDatabase(std::string const &);
        ///
        void validate(LaTeXFeatures &) const;
+       ///
+       static CommandInfo const * findInfo(std::string const &);
+       ///
+       static std::string defaultCommand() { return "bibtex"; };
+       ///
+       static bool isCompatibleCommand(std::string const & s) 
+               { return s == "bibtex"; }
 protected:
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
 private: