ParaView
Public Slots | Signals | Public Member Functions | Protected Attributes
pqProgressWidget Class Reference

#include <pqProgressWidget.h>

Collaboration diagram for pqProgressWidget:
Collaboration graph
[legend]

List of all members.

Public Slots

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

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 43 of file pqProgressWidget.h.


Constructor & Destructor Documentation

pqProgressWidget::pqProgressWidget ( QWidget *  parent = 0)
virtual pqProgressWidget::~pqProgressWidget ( ) [virtual]

Member Function Documentation

QToolButton* pqProgressWidget::getAbortButton ( ) const [inline]

Definition at line 50 of file pqProgressWidget.h.

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

Set the progress.

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.

void pqProgressWidget::enableAbort ( bool  enabled) [slot]

Enable/Disable the abort button.

void pqProgressWidget::abortPressed ( ) [signal]

Member Data Documentation

Definition at line 70 of file pqProgressWidget.h.

QToolButton* pqProgressWidget::AbortButton [protected]

Definition at line 71 of file pqProgressWidget.h.

Definition at line 72 of file pqProgressWidget.h.

QTime pqProgressWidget::EnableTime [protected]

Definition at line 73 of file pqProgressWidget.h.


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