]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiView.h
index 52926ece4308e4b0fcf9df823a64630cc6646247..667ce607881ecb7f6b7fb3c084e237c30c3ebfa3 100644 (file)
@@ -82,9 +82,6 @@ public:
        /// are we busy ?
        bool busy() const;
 
-       void saveCursorShapes();
-       void restoreCursorShapes();
-       void setCursorShapes(Qt::CursorShape shape);
 
        /// \name Generic accessor functions
        //@{
@@ -232,8 +229,9 @@ private Q_SLOTS:
 
        /// For completion of autosave or export threads.
        void processingThreadStarted();
+       void processingThreadFinished(bool show_errors);
        void processingThreadFinished();
-       void indicateProcessing();
+       void autoSaveThreadFinished();
 
        /// must be called in GUI thread
        void doShowDialog(QString const & qname, QString const & qdata,
@@ -334,8 +332,10 @@ public:
        void disconnectDialog(std::string const & name);
 
 private:
-       ///
+       /// Saves the layout and geometry of the window
        void saveLayout() const;
+       /// Saves the settings of toolbars and all dialogs
+       void saveUISettings() const;
        ///
        bool restoreLayout();
        ///
@@ -392,8 +392,8 @@ private:
        /// is the buffer in this workarea also shown in another tab ?
        /// This tab can either be in the same view or in another one.
        bool inMultiTabs(GuiWorkArea * wa);
-       /// is the buffer in this workarea also shown in another view ?
-       bool inMultiViews(GuiWorkArea * wa);
+       /// is the buffer shown in some other view ?
+       bool inOtherView(Buffer & buf);
        ///
        enum NextOrPrevious {
                NEXTBUFFER,
@@ -413,6 +413,8 @@ private:
        ///
        void dispatchVC(FuncRequest const & cmd, DispatchResult & dr);
        ///
+       void dispatchToBufferView(FuncRequest const & cmd, DispatchResult & dr);
+       ///
        void showMessage();
 
        /// This view ID.