QGIS API Documentation  2.4.0-Chugiak
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
QgsErrorDialog Class Reference

#include <qgserrordialog.h>

Inheritance diagram for QgsErrorDialog:
Inheritance graph
[legend]
Collaboration diagram for QgsErrorDialog:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 26 of file qgserrordialog.h.

Constructor & Destructor Documentation

QgsErrorDialog::QgsErrorDialog ( const QgsError theError,
const QString &  theTitle,
QWidget *  parent = 0,
Qt::WindowFlags  fl = QgisGui::ModalDialogFlags 
)
QgsErrorDialog::~QgsErrorDialog ( )

Definition at line 55 of file qgserrordialog.cpp.

Member Function Documentation

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::WindowFlags  fl = QgisGui::ModalDialogFlags 
)
static

Show dialog with error.

Parameters
theErrorerror
theTitletitle
parentparent object
flwidget flags

Definition at line 59 of file qgserrordialog.cpp.

Member Data Documentation

QgsError QgsErrorDialog::mError
private

Definition at line 46 of file qgserrordialog.h.

Referenced by QgsErrorDialog().


The documentation for this class was generated from the following files: