An implementation of ProgressTracker that delegates to a method in an object.
More...
#include <ProgressTracker.h++>
template<class T>
class ccxx::ProgressTrackerDelegate< T >
An implementation of ProgressTracker that delegates to a method in an object.
- Author
- Mark Lindner
◆ ProgressTrackerDelegate()
Construct a new ProgressTrackerDelegate for an object.
- Parameters
-
object | The object. |
func | A member function (method) in the object which will serve as the progress tracker. |
◆ updateProgress()
Notify the tracker of an update in the progress of a task.
- Parameters
-
percent | The percentage of the task that has been completed. A negative value indicates indeterminate progress. |
status | An optional status message. |
Implements ProgressTracker.
The documentation for this class was generated from the following file: