X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiView.h;h=061060a8c30dba2c7110976352352f1148c04f89;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=897b8886794080f2f1d98bf77d95179acc90c44f;hpb=bafb725487381812cf4edda8f528b07a08940cd6;p=lyx.git diff --git a/src/frontends/qt4/GuiView.h b/src/frontends/qt4/GuiView.h index 897b888679..061060a8c3 100644 --- a/src/frontends/qt4/GuiView.h +++ b/src/frontends/qt4/GuiView.h @@ -62,8 +62,8 @@ public: ~GuiView(); - /// LyXView inherited methods. - ///@{ + /// \name LyXView inherited methods. + //@{ int id() const { return id_; } void setBusy(bool); BufferView * currentBufferView(); @@ -79,11 +79,11 @@ 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); @@ -119,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();