]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetBranch.h
index cf791a3cd01bcd65ce3d5ff0321ab2957d68a4f7..bcebd00e1a06bf636bd90e6be930e239fe0edcc2 100644 (file)
@@ -43,7 +43,7 @@ class InsetBranch : public InsetCollapsable
 {
 public:
        ///
-       InsetBranch(Buffer const &, InsetBranchParams const &);
+       InsetBranch(Buffer *, InsetBranchParams const &);
        ///
        ~InsetBranch();
 
@@ -66,7 +66,7 @@ private:
        ///
        docstring const buttonLabel(BufferView const & bv) const;
        ///
-       ColorCode backgroundColor() const;
+       ColorCode backgroundColor(PainterInfo const &) const;
        ///
        bool showInsetDialog(BufferView *) const;
        ///
@@ -76,7 +76,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        void tocString(odocstream &) const;
        ///