tlp::PluginProgress Class Reference
#include <PluginProgress.h>
List of all members.
Public Member Functions
Constructor & Destructor Documentation
tlp::PluginProgress::PluginProgress |
( |
|
) |
|
virtual tlp::PluginProgress::~PluginProgress |
( |
|
) |
[virtual] |
Member Function Documentation
void tlp::PluginProgress::cancel |
( |
|
) |
|
std::string tlp::PluginProgress::getError |
( |
|
) |
[inline] |
bool tlp::PluginProgress::isPreviewMode |
( |
|
) |
const |
ProgressState tlp::PluginProgress::progress |
( |
int |
step, |
|
|
int |
max_step | |
|
) |
| | |
virtual void tlp::PluginProgress::progress_handler |
( |
int |
step, |
|
|
int |
max_step | |
|
) |
| | [virtual] |
virtual void tlp::PluginProgress::setComment |
( |
std::string |
msg |
) |
[inline, virtual] |
void tlp::PluginProgress::setError |
( |
std::string |
error |
) |
[inline] |
void tlp::PluginProgress::setPreviewMode |
( |
bool |
|
) |
|
virtual void tlp::PluginProgress::showPreview |
( |
bool |
|
) |
[virtual] |
void tlp::PluginProgress::stop |
( |
|
) |
|