CImageProcessorReadCodec Class Reference

#include <icl/imagecodec.h>

Link against: imageconversion.lib

class CImageProcessorReadCodec : public CImageReadCodec

Inherits from

Detailed Description

Provides functions to determine or set features of the codec's CImageProcessor.

Note: For use by plugin writers only.

Constructor & Destructor Documentation

CImageProcessorReadCodec ( )

IMPORT_CCImageProcessorReadCodec()[protected]

Default constructor.

~CImageProcessorReadCodec ( )

IMPORT_C~CImageProcessorReadCodec()

Destructor.

Member Function Documentation

ConstructL ( )

IMPORT_C voidConstructL()[protected]

Reimplemented from CImageReadCodec::ConstructL()

Second phase constructor.

ImageProcessor ( )

IMPORT_C CImageProcessor *ImageProcessor()const [protected]

Returns a pointer to the codec's CImageProcessor.

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

Pos ( )

IMPORT_C const TPoint &Pos()const [protected]

Returns the current position within the bitmap (const version).

Return Value
A reference to a TPoint object specifying the location.

Pos ( )

IMPORT_C TPoint &Pos()[protected]

Returns the current position within the bitmap (non const version).

Return Value
A reference to a TPoint object specifying the location.

SetImageProcessor ( CImageProcessor * )

IMPORT_C voidSetImageProcessor(CImageProcessor *aImageProc)[protected]

Sets the codec's CImageProcessor.

Ownership is transferred.

Parameters
aImageProcA pointer to a full constructed CImageProcessor derived object.

SetPos ( const TPoint & )

IMPORT_C voidSetPos(const TPoint &aPos)[protected]

Sets the current position within the bitmap.

Parameters
aPosA reference to a TPoint object specifying the location.