Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

BusyDialog Class Reference

#include <BusyDialog.h>

List of all members.

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


Detailed Description

Displays a busy message for situations in which the length of time of a process cannot be estimated and so a progress bar is not appropriate.

Definition at line 37 of file BusyDialog.h.


Constructor & Destructor Documentation

BusyDialog::BusyDialog QWidget *  parent,
const QString &  title
 

Constructor.

Definition at line 33 of file BusyDialog.cpp.

References busyMessage.

BusyDialog::~BusyDialog  ) 
 

Destructor.

Definition at line 51 of file BusyDialog.cpp.

BusyDialog::BusyDialog const BusyDialog  )  [private]
 

Declare copy constructor private so it cannot be used inadvertently.


Member Function Documentation

BusyDialog BusyDialog::operator= const BusyDialog  )  [private]
 

Declare assignment private so it cannot be used inadvertently.

void BusyDialog::showDialog const QString &  text  ) 
 

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().


Member Data Documentation

QLabel* BusyDialog::busyMessage [private]
 

Message displayed whilst the process is taking place.

Definition at line 49 of file BusyDialog.h.

Referenced by BusyDialog(), and showDialog().


The documentation for this class was generated from the following files:
Generated on Mon Sep 3 22:29:05 2007 for SpikeStream Application by  doxygen 1.4.4