X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiLog.h;h=5aa3f6041fcbb2674877b01898bbd44d336af479;hb=fd4d23b4;hp=3e4de5abbb6ff6b910c71b0241ec35bd99b8c34e;hpb=42015a8ebd17092c9b55c9519015119d04f52218;p=lyx.git diff --git a/src/frontends/qt4/GuiLog.h b/src/frontends/qt4/GuiLog.h index 3e4de5abbb..5aa3f6041f 100644 --- a/src/frontends/qt4/GuiLog.h +++ b/src/frontends/qt4/GuiLog.h @@ -33,11 +33,20 @@ public: private Q_SLOTS: void updateContents(); - // copy log to clipboard - void on_copyPB_clicked(); + /// copy log to clipboard + //void on_copyPB_clicked(); + /// find content + void find(); + /// jump to next error message + void on_nextErrorPB_clicked(); + /// jump to next warning + void on_nextWarningPB_clicked(); + /// open containing directory + void on_openDirPB_clicked(); + /// Log type changed + void typeChanged(int); private: - void closeEvent(QCloseEvent * e); /// Apply changes void applyView() {} @@ -59,6 +68,10 @@ private: docstring title() const; /// put the log file into the ostream void getContents(std::ostream & ss) const; + /// go to the next occurence of the RegExp + void goTo(QRegExp const & exp) const; + /// does the document after cursor position contain the RegExp? + bool contains(QRegExp const & exp) const; private: /// Recognized log file-types