]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Add comment.
[lyx.git] / src / insets / InsetWrap.h
index 1ad80c570d6452f28c65dbe3f2b6f2664bfb1f39..b1539fc971fe5c294dd97acbf272ee3f939d4c38 100644 (file)
@@ -44,7 +44,7 @@ public:
 class InsetWrap : public InsetCollapsable {
 public:
        ///
-       InsetWrap(Buffer const &, std::string const &);
+       InsetWrap(Buffer *, std::string const &);
        ///
        ~InsetWrap();
        ///
@@ -71,20 +71,18 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring editMessage() const;
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
        bool insetAllowed(InsetCode) const;
        ///
        bool showInsetDialog(BufferView *) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
-       // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &);
+       /// Update the counters of this inset and of its contents
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       docstring getCaptionText(OutputParams const &) const;
-       ///
        docstring name() const;
        ///
        Inset * clone() const { return new InsetWrap(*this); }