]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
Also display the info about BibTeX databases in the TeX info panel.
[lyx.git] / src / frontends / qt4 / GuiView.h
index a7fd79e8ca66120026c71b5da3aff8a7a6afc9a3..bc7b9ecc1e59e19759a332a35097ff6d479d7ccc 100644 (file)
@@ -77,14 +77,9 @@ public:
 
        int id() const { return id_; }
 
-       ///
-       void setBusy(bool);
        /// are we busy ?
        bool busy() const;
 
-       void saveCursorShapes();
-       void restoreCursorShapes();
-       void setCursorShapes(Qt::CursorShape shape);
 
        /// \name Generic accessor functions
        //@{
@@ -210,6 +205,8 @@ Q_SIGNALS:
        void triggerShowDialog(QString const & qname, QString const & qdata, Inset * inset);
 
 public Q_SLOTS:
+       ///
+       void setBusy(bool);
        /// idle timeout.
        /// clear any temporary message and replace with current status.
        void clearMessage();
@@ -233,7 +230,7 @@ private Q_SLOTS:
        /// For completion of autosave or export threads.
        void processingThreadStarted();
        void processingThreadFinished();
-       void indicateProcessing();
+       void autoSaveThreadFinished();
 
        /// must be called in GUI thread
        void doShowDialog(QString const & qname, QString const & qdata,
@@ -334,8 +331,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();
        ///
@@ -353,6 +352,8 @@ private:
        ///
        void insertPlaintextFile(docstring const & fname,
                bool asParagraph);
+       ///
+       bool exportBufferAs(Buffer & b);
 
        /// Save a buffer as a new file. 
        /**
@@ -392,8 +393,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,