|
Quantum GIS API Documentation
master-ce49b66
|
#include <qgserrordialog.h>
Collaboration diagram for QgsErrorDialog:Public Slots | |
| void | on_mDetailCheckBox_stateChanged (int state) |
| void | on_mDetailPushButton_clicked () |
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.
Definition at line 55 of file qgserrordialog.cpp.
| void QgsErrorDialog::on_mDetailCheckBox_stateChanged | ( | int | state | ) | [slot] |
Definition at line 74 of file qgserrordialog.cpp.
| void QgsErrorDialog::on_mDetailPushButton_clicked | ( | ) | [slot] |
Definition at line 65 of file qgserrordialog.cpp.
Referenced by QgsErrorDialog().
| void QgsErrorDialog::show | ( | const QgsError & | theError, |
| const QString & | theTitle, | ||
| QWidget * | parent = 0, |
||
| Qt::WFlags | fl = QgisGui::ModalDialogFlags |
||
| ) | [static] |
Show dialog with error.
| theError | error |
| theTitle | title |
| parent | parent object |
| fl | widget flags |
Definition at line 59 of file qgserrordialog.cpp.
QgsError QgsErrorDialog::mError [private] |
Definition at line 46 of file qgserrordialog.h.
Referenced by QgsErrorDialog().