QGIS API Documentation
2.0.1-Dufour
|
#include <qgserrordialog.h>
Public Slots | |
void | on_mDetailPushButton_clicked () |
void | on_mDetailCheckBox_stateChanged (int state) |
Public Member Functions | |
QgsErrorDialog (const QgsError &theError, const QString &theTitle, QWidget *parent=0, Qt::WFlags fl=QgisGui::ModalDialogFlags) | |
~QgsErrorDialog () |
Static Public Member Functions | |
static void | show (const QgsError &theError, const QString &theTitle, QWidget *parent=0, Qt::WFlags fl=QgisGui::ModalDialogFlags) |
Show dialog with error. |
Private Attributes | |
QgsError | mError |
Definition at line 26 of file qgserrordialog.h.
QgsErrorDialog::QgsErrorDialog | ( | const QgsError & | theError, |
const QString & | theTitle, | ||
QWidget * | parent = 0 , |
||
Qt::WFlags | fl = QgisGui::ModalDialogFlags |
||
) |
Definition at line 22 of file qgserrordialog.cpp.
References QgsErrorMessage::Html, mError, QgsError::message(), on_mDetailPushButton_clicked(), QgsError::summary(), and tr.
QgsErrorDialog::~QgsErrorDialog | ( | ) |
Definition at line 55 of file qgserrordialog.cpp.
|
slot |
Definition at line 74 of file qgserrordialog.cpp.
|
slot |
Definition at line 65 of file qgserrordialog.cpp.
Referenced by QgsErrorDialog().
|
static |
Show dialog with error.
theError | error |
theTitle | title |
parent | parent object |
fl | widget flags |
Definition at line 59 of file qgserrordialog.cpp.
|
private |
Definition at line 46 of file qgserrordialog.h.
Referenced by QgsErrorDialog().