X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FBuffer.h;h=95d1386866874f118628f1d95f768a6b93072600;hb=9b4a26a252b2da164fcd6aa84feed0a738b16c10;hp=8d0e66a097e842f84558e1ee02bac3ec1cc27786;hpb=8abc77f86048db9aebcd45cf3d2781633de2a484;p=lyx.git diff --git a/src/Buffer.h b/src/Buffer.h index 8d0e66a097..95d1386866 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -24,6 +24,7 @@ namespace lyx { +class BiblioInfo; class BufferParams; class DocIterator; class ErrorItem; @@ -308,6 +309,11 @@ public: /// Return the cache with all bibfiles in use (including bibfiles /// of loaded child documents). support::FileNameList const & getBibfilesCache() const; + /// \return the bibliography information for this buffer's master, + /// or just for it, if it isn't a child. + BiblioInfo const & masterBibInfo() const; + /// \return the bibliography information for this buffer ONLY. + BiblioInfo const & localBibInfo() const; /// void getLabelList(std::vector &) const;