#include <icl/imagecodec.h>
Link against: imageconversion.lib
| class CImageMaskProcessorReadCodec : public CImageProcessorReadCodec |
| Public Member Functions | |
|---|---|
| ~CImageMaskProcessorReadCodec() | |
| Protected Member Functions | |
|---|---|
| CImageMaskProcessorReadCodec() | |
| IMPORT_C void | ConstructL() |
| IMPORT_C CImageProcessor * | MaskProcessor() |
| IMPORT_C void | SetMaskProcessor(CImageProcessor *) |
Provides functions to determine or set features of the codec's CImageProcessor for a bitmap mask.
Note: For use by plugin writers only.
| IMPORT_C | CImageMaskProcessorReadCodec | ( | ) | [protected] |
Default constructor.
| IMPORT_C void | ConstructL | ( | ) | [protected] |
Reimplemented from CImageProcessorReadCodec::ConstructL()
Second phase constructor.
| IMPORT_C CImageProcessor * | MaskProcessor | ( | ) | const [protected] |
Returns a pointer to the codec's CImageProcessor used when decoding the image mask.
| IMPORT_C void | SetMaskProcessor | ( | CImageProcessor * | aMaskProc | ) | [protected] |
Replaces a codec's existing CImageProcessor with a new fully constructed instance of the same object.
Ownership of the new instance is transferred.
| Parameters | |
|---|---|
| aMaskProc | A pointer to a full constructed CImageProcessor derived object. |