QGIS API Documentation
2.8.2-Wien
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
src
gui
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 = 0, QWidget *parent = 0, Qt::WindowFlags fl =
QgisGui::ModalDialogFlags
);
39
~
QgsMessageLogViewer
();
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
Generated on Sun May 10 2015 16:33:26 for QGIS API Documentation by
1.8.1.2