#include <BusyDialog.h>
Public Member Functions | |
| BusyDialog (QWidget *parent, const QString &title) | |
| void | showDialog (const QString &) |
| ~BusyDialog () | |
Private Member Functions | |
| BusyDialog (const BusyDialog &) | |
| BusyDialog | operator= (const BusyDialog &) |
Private Attributes | |
| QLabel * | busyMessage |
Definition at line 37 of file BusyDialog.h.
|
||||||||||||
|
Constructor. Definition at line 33 of file BusyDialog.cpp. References busyMessage. |
|
|
Destructor. Definition at line 51 of file BusyDialog.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Declare assignment private so it cannot be used inadvertently. |
|
|
Shows the dialog with the text. Definition at line 63 of file BusyDialog.cpp. References busyMessage. Referenced by ConnectionWidget::deleteConnections(), LayerWidget::deleteLayer(), PatternDialog::deletePattern(), SimulationManager::destroySimulation(), DatabaseManager::okButtonPressed(), SimulationWidget::reloadWeightsButtonPressed(), SimulationWidget::saveWeightsButtonPressed(), and SimulationWidget::viewWeightsButtonPressed(). |
|
|
Message displayed whilst the process is taking place. Definition at line 49 of file BusyDialog.h. Referenced by BusyDialog(), and showDialog(). |
1.4.4