Overview     Modules     Class Hierarchy     Classes     Members  

tlp::QtProgress Class Reference

QDialog wrapping a PluginProgressWidget. See the PluginProgressWidget and PluginProgress documentation for more information. More...

#include <QtProgress.h>

Collaboration diagram for tlp::QtProgress:

List of all members.

Public Member Functions


Detailed Description

QDialog wrapping a PluginProgressWidget. See the PluginProgressWidget and PluginProgress documentation for more information.

Display and control a PluginProgress widget inside a QDialog.


Constructor & Destructor Documentation

tlp::QtProgress::QtProgress ( QWidget *  parent,
std::string  text,
View view = NULL,
int  updateInterval = 200 
)
virtual tlp::QtProgress::~QtProgress (  )  [virtual]

Member Function Documentation

void tlp::QtProgress::cancel (  ) 
std::string tlp::QtProgress::getError (  ) 
bool tlp::QtProgress::isPreviewMode (  )  const
ProgressState tlp::QtProgress::progress ( int  step,
int  max_step 
)
void tlp::QtProgress::setComment ( std::string   ) 
void tlp::QtProgress::setError ( std::string  error  ) 
void tlp::QtProgress::setPreviewMode ( bool   ) 
void tlp::QtProgress::showPreview ( bool   ) 
ProgressState tlp::QtProgress::state (  )  const
void tlp::QtProgress::stop (  ) 


Tulip Software by LaBRI Visualization Team    2001 - 2011