]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
delete unneeded Menubar virtual interface.
[lyx.git] / src / frontends / qt4 / GuiView.h
index 1f67c8eb930c8106d86771ef7a2136bfe9887523..e4ab76331dc48fa160cc14215487bf905bafc56e 100644 (file)
@@ -15,9 +15,6 @@
 #ifndef GUI_VIEW_H
 #define GUI_VIEW_H
 
-// Must be here because of moc.
-#include <config.h>
-
 #include "frontends/LyXView.h"
 #include "FuncRequest.h"
 
@@ -74,6 +71,8 @@ public:
        virtual void message(docstring const & str);
        virtual void clearMessage();
        virtual bool hasFocus() const;
+       void showMiniBuffer(bool);
+       void openMenu(docstring const &);
 
        /// show - display the top-level window
        void show();
@@ -93,9 +92,6 @@ public Q_SLOTS:
        /// idle timeout
        void update_view_state_qt();
 
-       /// populate a toplevel menu and all its children on demand
-       void updateMenu(QAction *);
-
        void currentTabChanged(int index);
        void closeCurrentTab();
 
@@ -133,9 +129,6 @@ private:
        ///
        void dropEvent(QDropEvent * ev);
 
-       /// focus the command buffer widget
-       void focus_command_widget();
-
        /**
         * setWindowTitle - set title of window
         * @param t main window title