]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / insets / InsetFloat.h
index 9ef3dcd9a98c64d25dd7a37eb90e9010bbb5fd59..35539ece9de5cce67b1390ce76afdaa84adb841f 100644 (file)
@@ -51,7 +51,7 @@ class InsetFloat : public InsetCollapsable
 {
 public:
        ///
-       InsetFloat(Buffer const &, std::string const &);
+       InsetFloat(Buffer *, std::string const &);
        ///
        ~InsetFloat();
 
@@ -89,9 +89,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(odocstream &, OutputParams const &) const;
-       ///
-       docstring editMessage() const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        bool insetAllowed(InsetCode) const;
        /** returns true if, when outputing LaTeX, font changes should
@@ -103,7 +101,7 @@ private:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &);
+       void updateLabels(ParIterator const &, bool);
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///