QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | 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]

Public Member Functions

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

Detailed Description

A simple dialog to show an indeterminate busy progress indicator.

Definition at line 34 of file qgsbusyindicatordialog.h.

Constructor & Destructor Documentation

◆ QgsBusyIndicatorDialog()

QgsBusyIndicatorDialog::QgsBusyIndicatorDialog ( const QString &  message = QString(),
QWidget *  parent = nullptr,
Qt::WindowFlags  fl = QgsGuiUtils::ModalDialogFlags 
)

Constructor Modal busy indicator dialog with no buttons.

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

Definition at line 25 of file qgsbusyindicatordialog.cpp.

Member Function Documentation

◆ message()

QString QgsBusyIndicatorDialog::message ( ) const
inline

Definition at line 48 of file qgsbusyindicatordialog.h.

◆ setMessage()

void QgsBusyIndicatorDialog::setMessage ( const QString &  message)

Definition at line 47 of file qgsbusyindicatordialog.cpp.


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