Mix-in class for call-backs from long operations.
More...
#include <progress.h>
|
virtual void | progress_start (uint steps, const std::string &info)=0 |
|
virtual void | progress_stall (const std::string &reason)=0 |
|
virtual void | progress_step (uint step)=0 |
|
virtual void | progress_complete (const std::string &info)=0 |
|
Mix-in class for call-backs from long operations.
Use concrete implementations of these methods to drive progress bars.
The documentation for this class was generated from the following files: