X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetbib.h;h=e51b236deaf9dfa610932c7067697f6cad72947f;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=f870f636ed246d526f9082fa157dd4a134cc1988;hpb=7c0dad35b33c8f23f3d74d26f5689cc4d869c8b2;p=lyx.git diff --git a/src/insets/insetbib.h b/src/insets/insetbib.h index f870f636ed..e51b236dea 100644 --- a/src/insets/insetbib.h +++ b/src/insets/insetbib.h @@ -41,15 +41,13 @@ public: /// void read(Buffer const *, LyXLex & lex); /// - virtual string const getScreenLabel() const; + virtual string const getScreenLabel(Buffer const *) const; /// void edit(BufferView *, int x, int y, unsigned int button); /// void edit(BufferView * bv, bool front = true); /// - EDITABLE editable() const { - return IS_EDITABLE; - } + EDITABLE editable() const { return IS_EDITABLE; } /// A user can't neither insert nor delete this inset bool deletable() const { return false; @@ -89,7 +87,7 @@ public: return new InsetBibtex(params(), same_id); } /// - string const getScreenLabel() const; + string const getScreenLabel(Buffer const *) const; /// EDITABLE editable() const { return IS_EDITABLE; } /// @@ -104,6 +102,8 @@ public: /// std::vector > const getKeys(Buffer const *) const; /// + std::vector const getFiles(Buffer const &) const; + /// bool addDatabase(string const &); /// bool delDatabase(string const &);