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

A simple dialog to show an indeterminate busy progress indicator. More...

#include <qgsbusyindicatordialog.h>

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

Public Member Functions

 QgsBusyIndicatorDialog (const QString &message="", QWidget *parent=0, Qt::WindowFlags fl=QgisGui::ModalDialogFlags)
 Constructor Modal busy indicator dialog with no buttons. More...
 
 ~QgsBusyIndicatorDialog ()
 
QString message () const
 
void setMessage (const QString &message)
 

Private Attributes

QString mMessage
 
QLabel * mMsgLabel
 

Detailed Description

A simple dialog to show an indeterminate busy progress indicator.

Definition at line 31 of file qgsbusyindicatordialog.h.

Constructor & Destructor Documentation

QgsBusyIndicatorDialog::QgsBusyIndicatorDialog ( const QString &  message = "",
QWidget *  parent = 0,
Qt::WindowFlags  fl = QgisGui::ModalDialogFlags 
)

Constructor Modal busy indicator dialog with no buttons.

Parameters
messageText to show above busy progress indicator.
parentparent object (owner)
flwidget flags
Note
added in 1.9

Definition at line 25 of file qgsbusyindicatordialog.cpp.

References mMessage, mMsgLabel, and tr.

QgsBusyIndicatorDialog::~QgsBusyIndicatorDialog ( )

Definition at line 45 of file qgsbusyindicatordialog.cpp.

Member Function Documentation

QString QgsBusyIndicatorDialog::message ( ) const
inline

Definition at line 45 of file qgsbusyindicatordialog.h.

void QgsBusyIndicatorDialog::setMessage ( const QString &  message)

Definition at line 49 of file qgsbusyindicatordialog.cpp.

References mMessage, and mMsgLabel.

Member Data Documentation

QString QgsBusyIndicatorDialog::mMessage
private

Definition at line 49 of file qgsbusyindicatordialog.h.

Referenced by QgsBusyIndicatorDialog(), and setMessage().

QLabel* QgsBusyIndicatorDialog::mMsgLabel
private

Definition at line 50 of file qgsbusyindicatordialog.h.

Referenced by QgsBusyIndicatorDialog(), and setMessage().


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