]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
namespace grfx -> lyx::graphics
[lyx.git] / src / frontends / Dialogs.h
index 6f0519e2e540f410ae5038cf548abea1c0fc824a..9ae7f37b13be16bc7c759d1b9c241f698ca0ea02 100644 (file)
@@ -74,8 +74,6 @@ public:
        void showDocument();
        /// show all forked child processes
        void showForks();
-       /// display the top-level maths panel
-       void showMathPanel();
        ///
        void showPreamble();
        ///
@@ -88,10 +86,6 @@ public:
        void showSendto();
        /// bring up the spellchecker
        void showSpellchecker();
-       /// show the TexInfo
-       void showTexinfo();
-       /// show the thesaurus dialog
-       void showThesaurus(string const &);
        //@}
 
        /** \param name == "about" etc; an identifier used to
@@ -121,6 +115,9 @@ public:
        */
        void update(string const & name, string const & data);
 
+       /// is the dialog currently visible?
+       bool visible(string const & name) const;
+
        /** All Dialogs of the given \param name will be closed if they are
            connected to the given \param inset.
        */