]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.h
Some cleanup for the Floating class.
[lyx.git] / src / BiblioInfo.h
index 77c3dab729119273e0efa3fda12e5b7db2c9e31c..c9a9150d51d201243e808dc141d164da50cf996e 100644 (file)
@@ -156,6 +156,9 @@ public:
        /// Empty if no info exists. 
        /// Note that this will retrieve data from the crossref as needed.
        docstring const getInfo(docstring const & key) const;
+       /// Is this a reference from a bibtex database
+       /// or from a bibliography environment?
+       bool isBibtex(docstring const & key) const;
        /**
          * "Translates" the available Citation Styles into strings for a given key,
          * either numerical or author-year depending upon the active engine. (See