X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetRef.h;h=f8854236785d4e153a05ccc0e7f18ce3a984975a;hb=667560114752e668fbd59123faf9d454da632fb0;hp=7cd0a11cfd27cf674c544e512993f5e300951761;hpb=fdbe775b9f5468e8f53dc83a66583f412b5970fb;p=lyx.git diff --git a/src/insets/InsetRef.h b/src/insets/InsetRef.h index 7cd0a11cfd..f885423678 100644 --- a/src/insets/InsetRef.h +++ b/src/insets/InsetRef.h @@ -45,6 +45,8 @@ public: docstring toolTip(BufferView const &, int, int) const { return tooltip_; } /// + docstring getTOCString() const; + /// bool hasSettings() const { return true; } /// InsetCode lyxCode() const { return REF_CODE; } @@ -62,13 +64,14 @@ public: /// void toString(odocstream &) const; /// - void forToc(docstring &, size_t) const; + void forOutliner(docstring &, size_t const, bool const) const; /// void validate(LaTeXFeatures & features) const; /// void updateBuffer(ParIterator const & it, UpdateType); /// - void addToToc(DocIterator const & di, bool output_active) const; + void addToToc(DocIterator const & di, bool output_active, + UpdateType utype) const; /// bool forceLTR() const { return true; } //@}