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

#include <pqProgressWidget.h>

Inherits QWidget.

Collaboration diagram for pqProgressWidget:
Collaboration graph
[legend]

Public Slots

void setProgress (const QString &message, int value)
 Set the progress. More...
 
void enableProgress (bool enabled)
 Enabled/Disable the progress. More...
 
void enableAbort (bool enabled)
 Enable/Disable the abort button. More...
 

Signals

void abortPressed ()
 

Public Member Functions

 pqProgressWidget (QWidget *parent=0)
 
virtual ~pqProgressWidget ()
 
QToolButton * getAbortButton () const
 

Protected Attributes

pqProgressBarProgressBar
 
QToolButton * AbortButton
 
bool PendingEnableProgress
 
QTime EnableTime
 

Detailed Description

Definition at line 42 of file pqProgressWidget.h.

Constructor & Destructor Documentation

§ pqProgressWidget()

pqProgressWidget::pqProgressWidget ( QWidget *  parent = 0)

§ ~pqProgressWidget()

virtual pqProgressWidget::~pqProgressWidget ( )
virtual

Member Function Documentation

§ getAbortButton()

QToolButton* pqProgressWidget::getAbortButton ( ) const
inline

Definition at line 49 of file pqProgressWidget.h.

§ setProgress

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

Set the progress.

§ enableProgress

void pqProgressWidget::enableProgress ( bool  enabled)
slot

Enabled/Disable the progress.

This is different from enabling/disabling the widget itself. This shows/hides the progress part of the widget.

§ enableAbort

void pqProgressWidget::enableAbort ( bool  enabled)
slot

Enable/Disable the abort button.

§ abortPressed

void pqProgressWidget::abortPressed ( )
signal

Member Data Documentation

§ ProgressBar

pqProgressBar* pqProgressWidget::ProgressBar
protected

Definition at line 69 of file pqProgressWidget.h.

§ AbortButton

QToolButton* pqProgressWidget::AbortButton
protected

Definition at line 70 of file pqProgressWidget.h.

§ PendingEnableProgress

bool pqProgressWidget::PendingEnableProgress
protected

Definition at line 71 of file pqProgressWidget.h.

§ EnableTime

QTime pqProgressWidget::EnableTime
protected

Definition at line 72 of file pqProgressWidget.h.


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