CProgressCallback Class Reference

#include <filter.h>

Inheritance diagram for CProgressCallback:

Inheritance graph
List of all members.

Public Member Functions

virtual bool Progress (int progress)=0
virtual int Max ()

Member Function Documentation

virtual int Max  )  [inline, virtual]
 

Return maximum value.

All values passed to Changed are stretched to the range <0, Max>.

virtual bool Progress int  progress  )  [pure virtual]
 

Called whenever the progress has changes.

The method can terminate execution of code that invoked the callback by returning false.

Parameters:
progress The current progress.
Returns:
true if execution shall continue, false otherwise.


Generated on Tue Jul 11 11:22:31 2006 for ImgFusion by  doxygen 1.4.6