QGIS API Documentation
2.0.1-Dufour
|
A simple dialog to show an indeterminate busy progress indicator. More...
#include <qgsbusyindicatordialog.h>
Public Member Functions | |
QgsBusyIndicatorDialog (const QString &message="", QWidget *parent=0, Qt::WFlags fl=QgisGui::ModalDialogFlags) | |
Constructor Modal busy indicator dialog with no buttons. | |
~QgsBusyIndicatorDialog () | |
QString | message () const |
void | setMessage (const QString &message) |
Private Attributes | |
QString | mMessage |
QLabel * | mMsgLabel |
A simple dialog to show an indeterminate busy progress indicator.
Definition at line 31 of file qgsbusyindicatordialog.h.
QgsBusyIndicatorDialog::QgsBusyIndicatorDialog | ( | const QString & | message = "" , |
QWidget * | parent = 0 , |
||
Qt::WFlags | fl = QgisGui::ModalDialogFlags |
||
) |
Constructor Modal busy indicator dialog with no buttons.
message | Text to show above busy progress indicator. |
parent | parent object (owner) |
fl | widget flags |
Definition at line 25 of file qgsbusyindicatordialog.cpp.
QgsBusyIndicatorDialog::~QgsBusyIndicatorDialog | ( | ) |
Definition at line 45 of file qgsbusyindicatordialog.cpp.
|
inline |
Definition at line 45 of file qgsbusyindicatordialog.h.
void QgsBusyIndicatorDialog::setMessage | ( | const QString & | message | ) |
Definition at line 49 of file qgsbusyindicatordialog.cpp.
|
private |
Definition at line 49 of file qgsbusyindicatordialog.h.
Referenced by QgsBusyIndicatorDialog(), and setMessage().
|
private |
Definition at line 50 of file qgsbusyindicatordialog.h.
Referenced by QgsBusyIndicatorDialog(), and setMessage().