#include <pxl_imageparam.h>

Public Member Functions | |
| CacheParam (bool inClearCache=true) | |
Public Attributes | |
| bool | requireCacheClear |
void clearCache(Image *inImage) { inImage->setParam(&CacheParam()); }
Definition at line 84 of file pxl_imageparam.h.
| Celartem::ImageUtils::CacheParam::CacheParam | ( | bool | inClearCache = true |
) | [inline] |
This constructor initializes the CacheParam structure.
| inClearCache | This parameter instructs the ImageCache to clear the cached image (true) or not (false). |
Definition at line 96 of file pxl_imageparam.h.
Whether to clear the cache (true) or not (false). By default, this is initialized as true.
Definition at line 88 of file pxl_imageparam.h.