ParaView
Public Slots | Public Member Functions | Protected Attributes | List of all members
pqProgressBar Class Reference

#include <pqProgressBar.h>

Inherits QWidget.

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::pqProgressBar ( QWidget *  _p)

§ ~pqProgressBar()

virtual pqProgressBar::~pqProgressBar ( )
virtual

Member Function Documentation

§ reset

void pqProgressBar::reset ( )
slot

§ setProgress

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

Member Data Documentation

§ ProgressBar

QProgressBar* pqProgressBar::ProgressBar
protected

Definition at line 56 of file pqProgressBar.h.

§ ProgressLabel

QLabel* pqProgressBar::ProgressLabel
protected

Definition at line 57 of file pqProgressBar.h.

§ PreviousMessage

QString pqProgressBar::PreviousMessage
protected

Definition at line 58 of file pqProgressBar.h.


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