]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLog.h
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiLog.h
index 3e4de5abbb6ff6b910c71b0241ec35bd99b8c34e..5aa3f6041fcbb2674877b01898bbd44d336af479 100644 (file)
@@ -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