]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiView.h
index 44d491e80cc12dc990dc9f0c17bfc16bd9d384f9..061060a8c30dba2c7110976352352f1148c04f89 100644 (file)
@@ -62,9 +62,9 @@ public:
 
        ~GuiView();
 
-       /// LyXView inherited methods.
-       ///@{
-       int id() const { return id_; };
+       /// \name LyXView inherited methods.
+       //@{
+       int id() const { return id_; }
        void setBusy(bool);
        BufferView * currentBufferView();
        BufferView const * currentBufferView() const;
@@ -79,12 +79,14 @@ public:
        void updateMessage(QString const & str);
 
        bool getStatus(FuncRequest const & cmd, FuncStatus & flag);
-       bool dispatch(FuncRequest const & cmd);
+       void dispatch(FuncRequest const & cmd, DispatchResult & dr);
        void restartCursor();
        void updateCompletion(Cursor & cur, bool start, bool keep);
        void setFocus();
-       ///@}
+       //@}
 
+       ///
+       void focusInEvent(QFocusEvent * e);
        /// set a buffer to the current workarea.
        void setBuffer(Buffer * b); ///< \c Buffer to set.
 
@@ -117,13 +119,13 @@ public:
        ///
        void importDocument(std::string const &);
 
-       /// GuiBufferDelegate.
-       ///@{
+       /// \name GuiBufferDelegate.
+       //@{
        void resetAutosaveTimers();
        void errors(std::string const &, bool from_master = false);
        void structureChanged();
        void updateTocItem(std::string const &, DocIterator const &);
-       ///@}
+       //@}
 
        ///
        TocModels & tocModels();
@@ -357,7 +359,6 @@ private:
        Dialog * build(std::string const & name);
        ///
        void reloadBuffer();
-       void reloadBuffer(Buffer * buf);
        ///
        void dispatchVC(FuncRequest const & cmd);
        ///