#include <pxl_imageparam.h>

Public Member Functions | |
| CallbackImageParam (ProcessCallback *inCallback=NULL, size_t inResponses=10) | |
Public Attributes | |
| AutoPtr< ProcessCallback > | callback |
| Pointer to a ProcessCallback class instance. | |
| size_t | responses |
| The number of responses during the process. If it is 20, it means that the ProcessCallback instance is called no more than 5 times (100 / 20 = 5). | |
Definition at line 405 of file pxl_imageparam.h.
| Celartem::ImageUtils::CallbackImageParam::CallbackImageParam | ( | ProcessCallback * | inCallback = NULL, |
|
| size_t | inResponses = 10 | |||
| ) | [inline] |
This constructor initializes the structure with the specified parameters.
| inCallback | Pointer to a ProcessCallback class instance. | |
| inResponses | The number of responses during the process. |
Definition at line 420 of file pxl_imageparam.h.
The number of responses during the process. If it is 20, it means that the ProcessCallback instance is called no more than 5 times (100 / 20 = 5).
Definition at line 410 of file pxl_imageparam.h.