QGIS/python/gui/auto_generated/qgsmessagelogviewer.sip.in

52 lines
1.7 KiB
Plaintext
Raw Normal View History

2017-04-07 08:50:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsmessagelogviewer.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsMessageLogViewer: QDialog
{
2017-04-07 08:50:57 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
A generic dialog widget for displaying QGIS log messages.
%End
2017-04-07 08:50:57 +02:00
%TypeHeaderCode
#include "qgsmessagelogviewer.h"
%End
public:
2017-04-08 10:23:05 +02:00
QgsMessageLogViewer( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
2017-04-08 10:23:05 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Create a new message log viewer. The viewer will automatically connect to the system's
QgsApplication.messageLog() instance.
2017-04-08 10:23:05 +02:00
%End
public slots:
void logMessage( const QString &message, const QString &tag, Qgis::MessageLevel level );
%Docstring
2017-12-15 10:36:55 -04:00
Logs a ``message`` to the viewer.
%End
2017-04-07 08:50:57 +02:00
protected:
virtual void closeEvent( QCloseEvent *e );
2017-04-20 13:48:50 +02:00
virtual void reject();
2017-04-07 08:50:57 +02:00
2017-04-20 13:48:50 +02:00
};
2017-04-07 08:50:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsmessagelogviewer.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/