]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetCaption.h
index 3686ec21951e569893e19a4cd83aa7779697bd95..be5a73aeba056e67961a52b9d54226ad31bdb806 100644 (file)
@@ -13,6 +13,7 @@
 #define INSETCAPTION_H
 
 #include "InsetText.h"
+#include "support/strfwd.h"
 
 namespace lyx {
 
@@ -24,6 +25,8 @@ public:
        InsetCaption(Buffer *);
        ///
        std::string const & type() const { return type_; }
+       ///
+       docstring name() const;
        /// return the mandatory argument (LaTeX format) only
        int getArgument(odocstream & os, OutputParams const &) const;
        /// return the optional argument(s) only
@@ -61,7 +64,7 @@ private:
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &, bool);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        int latex(odocstream & os, OutputParams const &) const;
        ///