]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetIndex.h
Indicate see[also] refs in label and outliner
[features.git] / src / insets / InsetIndex.h
index 1aaf2d79f321c4a9e0d11b3d2063923431cb8c8e..a89a684974fa39e1ec9d4df81a44bc54981884b3 100644 (file)
@@ -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<docstring> 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<docstring> getSeeAlsoesAsText(OutputParams const & runparams) const;
+       std::vector<docstring> getSeeAlsoesAsText(OutputParams const & runparams,
+                                                 bool const asLabel = false) const;
        ///
        bool hasSubentries() const;
        ///