casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Signals | Public Member Functions | Protected Attributes
casa::ProgressBar Class Reference

#include <progress.qo.h>

List of all members.

Signals

void finished (const QString &)

Public Member Functions

 ProgressBar (const QStringList &str, QWidget *parent=0)
QStringList getState ()
void setState (const QStringList &str)

Protected Attributes

QProgressBar * progress
QLabel * lbl
QStringList state
uint last

Detailed Description

Definition at line 41 of file progress.qo.h.


Constructor & Destructor Documentation

casa::ProgressBar::ProgressBar ( const QStringList &  str,
QWidget *  parent = 0 
)

Member Function Documentation

void casa::ProgressBar::finished ( const QString &  ) [signal]
QStringList casa::ProgressBar::getState ( ) [inline]

Definition at line 47 of file progress.qo.h.

References state.

void casa::ProgressBar::setState ( const QStringList &  str)

Member Data Documentation

uint casa::ProgressBar::last [protected]

Definition at line 54 of file progress.qo.h.

QLabel* casa::ProgressBar::lbl [protected]

Definition at line 52 of file progress.qo.h.

QProgressBar* casa::ProgressBar::progress [protected]

Definition at line 51 of file progress.qo.h.

QStringList casa::ProgressBar::state [protected]

Definition at line 53 of file progress.qo.h.

Referenced by getState().


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