|
QGIS API Documentation
2.4.0-Chugiak
|
#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::WindowFlags fl=QgisGui::ModalDialogFlags) | |
| ~QgsErrorDialog () | |
Static Public Member Functions | |
| static void | show (const QgsError &theError, const QString &theTitle, QWidget *parent=0, Qt::WindowFlags fl=QgisGui::ModalDialogFlags) |
| Show dialog with error. More... | |
Private Attributes | |
| QgsError | mError |
Definition at line 26 of file qgserrordialog.h.
| QgsErrorDialog::QgsErrorDialog | ( | const QgsError & | theError, |
| const QString & | theTitle, | ||
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | 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().
1.8.7