CImageMaskProcessorReadCodec Class Reference

#include <icl/imagecodec.h>

Link against: imageconversion.lib

class CImageMaskProcessorReadCodec : public CImageProcessorReadCodec

Inherits from

Detailed Description

Provides functions to determine or set features of the codec's CImageProcessor for a bitmap mask.

Note: For use by plugin writers only.

Constructor & Destructor Documentation

CImageMaskProcessorReadCodec ( )

IMPORT_CCImageMaskProcessorReadCodec()[protected]

Default constructor.

~CImageMaskProcessorReadCodec ( )

IMPORT_C~CImageMaskProcessorReadCodec()

Destructor.

Member Function Documentation

ConstructL ( )

IMPORT_C voidConstructL()[protected]

Reimplemented from CImageProcessorReadCodec::ConstructL()

Second phase constructor.

MaskProcessor ( )

IMPORT_C CImageProcessor *MaskProcessor()const [protected]

Returns a pointer to the codec's CImageProcessor used when decoding the image mask.

Return Value
A pointer to the codec's CImageProcessor derived object.

SetMaskProcessor ( CImageProcessor * )

IMPORT_C voidSetMaskProcessor(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
aMaskProcA pointer to a full constructed CImageProcessor derived object.