]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / GuiView.h
index 43b9b988a5db8b6f288c62660a196d1c4704467a..74aad81f83d0fd24f11567381b25e9cd699a6add 100644 (file)
@@ -84,6 +84,8 @@ public:
        /// are we busy ?
        bool busy() const;
 
+       /// Signal that the any "auto" minibuffer can be closed now.
+       void resetCommandExecute();
 
        /// \name Generic accessor functions
        //@{
@@ -450,6 +452,9 @@ private:
        /// functions that call setBusy;
        int busy_;
 
+       /// Request to open the command toolbar if it is "auto"
+       bool command_execute_;
+
 };
 
 } // namespace frontend