X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=e492a991b1dae5517af84917371f5188baad76e5;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=40857d5aa8ec46317244c87f5f5d3e786f9fa3c4;hpb=02c73cd7213a22d290dd18c127bf2350fd5a8dae;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 40857d5aa8..e492a991b1 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -261,6 +261,12 @@ public: /// Are we generating this material for inclusion in a TOC-like entity? bool for_toc; + /// Are we generating this material for inclusion in a tooltip? + bool for_tooltip; + + /// Are we generating this material for use by advanced search? + bool for_search; + /// Include all children notwithstanding the use of \includeonly bool includeall;