]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
Cleanup private part of Layout Box on destructor (probably not really an
[lyx.git] / src / frontends / qt4 / GuiView.h
index d2d2f5214e0de08c5c13e44a72515f9ed2291e56..2dcea7f7e0c5b68c69908b10ae82555c26e7ca28 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
        //@{
@@ -235,7 +232,6 @@ private Q_SLOTS:
        void processingThreadFinished(bool show_errors);
        void processingThreadFinished();
        void autoSaveThreadFinished();
-       void indicateProcessing();
 
        /// must be called in GUI thread
        void doShowDialog(QString const & qname, QString const & qdata,
@@ -336,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();
        ///
@@ -355,6 +353,8 @@ private:
        ///
        void insertPlaintextFile(docstring const & fname,
                bool asParagraph);
+       ///
+       bool exportBufferAs(Buffer & b);
 
        /// Save a buffer as a new file. 
        /**