]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
installer: further preparation
[lyx.git] / src / OutputParams.h
index 40857d5aa8ec46317244c87f5f5d3e786f9fa3c4..e492a991b1dae5517af84917371f5188baad76e5 100644 (file)
@@ -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;