]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
This optional argument to the InsetCollapsable constructor
[lyx.git] / src / insets / InsetWrap.h
index f22c2fd086fb1edd975a86099d93d1852ed96fdc..1ad80c570d6452f28c65dbe3f2b6f2664bfb1f39 100644 (file)
@@ -63,6 +63,8 @@ private:
        ///
        InsetCode lyxCode() const { return WRAP_CODE; }
        ///
+       docstring toolTip(BufferView const & bv, int x, int y) const;
+       ///
        int latex(odocstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
@@ -81,6 +83,8 @@ private:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
+       docstring getCaptionText(OutputParams const &) const;
+       ///
        docstring name() const;
        ///
        Inset * clone() const { return new InsetWrap(*this); }