#include <filter.h>
Inheritance diagram for CProgressCallback:
Public Member Functions | |
virtual bool | Progress (int progress)=0 |
virtual int | Max () |
|
Return maximum value. All values passed to Changed are stretched to the range <0, Max>. |
|
Called whenever the progress has changes. The method can terminate execution of code that invoked the callback by returning false.
|