X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FDialogs.h;h=972c250955d9abdf3a73bfb0179b6c13fcdaaa40;hb=30180184cdf0ad89dff4efe1e8afed6df1dc725d;hp=06d7e8dcf435bd3713dfd93c655b15f7614691bb;hpb=cedd9c91a280142ab8c29e40b8ba4e3cd6087076;p=lyx.git diff --git a/src/frontends/Dialogs.h b/src/frontends/Dialogs.h index 06d7e8dcf4..972c250955 100644 --- a/src/frontends/Dialogs.h +++ b/src/frontends/Dialogs.h @@ -67,14 +67,20 @@ public: have been re-mapped. */ static SigC::Signal0 redrawGUI; + /// Toggle tooltips on/off in all dialogs. + static SigC::Signal0 toggleTooltips; + + /// Are the tooltips on or off? + static bool tooltipsEnabled(); + /**@name Global Hide and Update Signals */ //@{ /// Hide all visible dialogs SigC::Signal0 hideAll; - + /// Hide any dialogs that require a buffer for them to operate SigC::Signal0 hideBufferDependent; - + /** Update visible, buffer-dependent dialogs If the bool is true then a buffer change has occurred else its still the same buffer. @@ -106,7 +112,7 @@ public: /// SigC::Signal1 showError; /// show the external inset dialog - SigC::Signal1 showExternal; + SigC::Signal1 showExternal; /// show the contents of a file. SigC::Signal1 showFile; /// show all forked child processes @@ -123,8 +129,8 @@ public: SigC::Signal1 showInfo; /// show the LaTeX log or build file SigC::Signal0 showLogFile; - /// display the top-level maths panel - SigC::Signal0 showMathPanel; + /// display the top-level maths panel + SigC::Signal0 showMathPanel; /// SigC::Signal1 showMinipage; /// @@ -166,7 +172,7 @@ public: /// show the TexInfo SigC::Signal0 showTexinfo; /// show the thesaurus dialog - SigC::Signal1 showThesaurus; + SigC::Signal1 showThesaurus; /// SigC::Signal1 showTOC; ///