ParaView
Public Slots | Public Member Functions | Protected Attributes
pqProgressBar Class Reference

#include <pqProgressBar.h>

List of all members.

Public Slots

void reset ()
void setProgress (const QString &message, int value)

Public Member Functions

 pqProgressBar (QWidget *_p)
virtual ~pqProgressBar ()

Protected Attributes

QProgressBar * ProgressBar
QLabel * ProgressLabel
QString PreviousMessage

Detailed Description

Definition at line 45 of file pqProgressBar.h.


Constructor & Destructor Documentation

pqProgressBar::pqProgressBar ( QWidget *  _p)
virtual pqProgressBar::~pqProgressBar ( ) [virtual]

Member Function Documentation

void pqProgressBar::reset ( ) [slot]
void pqProgressBar::setProgress ( const QString &  message,
int  value 
) [slot]

Member Data Documentation

QProgressBar* pqProgressBar::ProgressBar [protected]

Definition at line 55 of file pqProgressBar.h.

QLabel* pqProgressBar::ProgressLabel [protected]

Definition at line 56 of file pqProgressBar.h.

QString pqProgressBar::PreviousMessage [protected]

Definition at line 57 of file pqProgressBar.h.


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