X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Finsets%2FInsetIndex.h;h=a89a684974fa39e1ec9d4df81a44bc54981884b3;hb=975f304185eca53d62de8b36e6fc5f95b2da4fd9;hp=1aaf2d79f321c4a9e0d11b3d2063923431cb8c8e;hpb=fba3dace9ecd42408d6efbadc7123e3caf32083f;p=features.git diff --git a/src/insets/InsetIndex.h b/src/insets/InsetIndex.h index 1aaf2d79f3..a89a684974 100644 --- a/src/insets/InsetIndex.h +++ b/src/insets/InsetIndex.h @@ -102,7 +102,9 @@ private: /// docstring getSortkeyAsText(OutputParams const &) const; /// - void getSubentries(otexstream &, OutputParams const &) const; + void emptySubentriesWarning(docstring const & mainentry) const; + /// + void getSubentries(otexstream &, OutputParams const &, docstring const &) const; /// std::vector getSubentriesAsText(OutputParams const &, bool const asLabel = false) const; @@ -111,9 +113,11 @@ private: /// void getSeeRefs(otexstream &, OutputParams const &) const; /// - docstring getSeeAsText(OutputParams const & runparams) const; + docstring getSeeAsText(OutputParams const & runparams, + bool const asLabel = false) const; /// - std::vector getSeeAlsoesAsText(OutputParams const & runparams) const; + std::vector getSeeAlsoesAsText(OutputParams const & runparams, + bool const asLabel = false) const; /// bool hasSubentries() const; ///