QGIS API Documentation  2.14.0-Essen
qgsmessagelogviewer.h
Go to the documentation of this file.
1 /***************************************************************************
2  qgsmessagelogviewer.h - description
3  -------------------
4  begin : October 2011
5  copyright : (C) 2011 by Juergen E. Fischer
6  email : jef at norbit dot de
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 #ifndef QGSMESSAGELOGVIEWER_H
18 #define QGSMESSAGELOGVIEWER_H
19 
20 #include <ui_qgsmessagelogviewer.h>
21 #include <qgisgui.h>
22 #include "qgsmessagelog.h"
23 
24 #include <QString>
25 
26 class QStatusBar;
27 class QToolButton;
28 class QShowEvent;
29 class QHideEvent;
30 
34 class GUI_EXPORT QgsMessageLogViewer: public QDialog, private Ui::QgsMessageLogViewer
35 {
36  Q_OBJECT
37  public:
38  QgsMessageLogViewer( QStatusBar *statusBar = nullptr, QWidget *parent = nullptr, const Qt::WindowFlags& fl = QgisGui::ModalDialogFlags );
40 
41  public slots:
42  void logMessage( QString message, QString tag, QgsMessageLog::MessageLevel level );
43 
44  private slots:
45  void closeTab( int index );
46 };
47 
48 #endif
static const Qt::WindowFlags ModalDialogFlags
Definition: qgisgui.h:49
static unsigned index
A generic dialog widget for displaying QGIS log messages.
typedef WindowFlags