]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetBibtex.h
index 75d010aa7c39b20dcbab7cddfa82df8c23b22a7e..6e38fcc407258d9a3b1a7837fb154e9ee1f88d12 100644 (file)
@@ -50,15 +50,15 @@ public:
        ///
        DisplayType display() const { return AlignCenter; }
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
-       void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const;
+       void collectBibKeys(InsetIterator const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
-       docstring contextMenu(BufferView const &, int, int) const;
+       docstring contextMenuName() const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes
@@ -78,6 +78,8 @@ private:
                getBibTeXPath(docstring const & filename, Buffer const & buf);
        ///
        void editDatabases() const;
+       ///
+       void parseBibTeXFiles() const;
 
        /// \name Private functions inherited from Inset class
        //@{