X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTOC.h;h=ead482b2e839870ec93ed3886d12eb528669f517;hb=0a6ff99f28686066675848f3410f77c0947bc357;hp=f0f6169e75ab8e814a84226d01190f43653fa71b;hpb=ecef54500d4d77baf4fa47eac2253679875ac08c;p=lyx.git diff --git a/src/insets/InsetTOC.h b/src/insets/InsetTOC.h index f0f6169e75..ead482b2e8 100644 --- a/src/insets/InsetTOC.h +++ b/src/insets/InsetTOC.h @@ -17,6 +17,8 @@ namespace lyx { +class Paragraph; +class Toc; /// Used to insert table of contents and similar lists /// at present, supports only \tableofcontents and \listoflistings. @@ -61,6 +63,13 @@ public: //@} private: + /// + void makeTOCWithDepth(XHTMLStream xs, Toc toc, const OutputParams & op) const; + /// + void makeTOCNoDepth(XHTMLStream xs, Toc toc, const OutputParams & op) const; + /// + void makeTOCEntry(XHTMLStream & xs, Paragraph const & par, OutputParams const & op) const; + /// \name Private functions inherited from Inset class //@{ ///