X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetWrap.h;h=b1539fc971fe5c294dd97acbf272ee3f939d4c38;hb=f5123ccfa82215030c70561af881175d92244492;hp=1ad80c570d6452f28c65dbe3f2b6f2664bfb1f39;hpb=1c33b77bec19cd3b4657d68ba3bf6b4747abb59a;p=lyx.git diff --git a/src/insets/InsetWrap.h b/src/insets/InsetWrap.h index 1ad80c570d..b1539fc971 100644 --- a/src/insets/InsetWrap.h +++ b/src/insets/InsetWrap.h @@ -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); }