Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImageCodec.h>
Link against: imageconversion.lib

Class CImageProcessorReadCodec

class CImageProcessorReadCodec : public CImageReadCodec;

Description

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

Note: For use by plugin writers only.

Derivation

Members

Defined in CImageProcessorReadCodec:

Inherited from CBase:

Inherited from CImageReadCodec:


Construction and destruction


~CImageProcessorReadCodec()

IMPORT_C ~CImageProcessorReadCodec();

Description

Destructor.


CImageProcessorReadCodec()

protected: IMPORT_C CImageProcessorReadCodec();

Description

Default constructor.


ConstructL()

protected: IMPORT_C void ConstructL();

Description

Second phase constructor.

[Top]


Member functions


ImageProcessor()const

protected: IMPORT_C CImageProcessor* ImageProcessor() const;

Description

Returns a pointer to the codec's CImageProcessor.

Return value

CImageProcessor *

A pointer to the codec's CImageProcessor derived object.


SetImageProcessor(CImageProcessor *)

protected: IMPORT_C void SetImageProcessor(CImageProcessor *aImageProc);

Description

Sets the codec's CImageProcessor.

Ownership is transferred.

Parameters

CImageProcessor *aImageProc

A pointer to a full constructed CImageProcessor derived object.


Pos()const

protected: IMPORT_C const TPoint& Pos() const;

Description

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

Return value

const TPoint &

A reference to a TPoint object specifying the location.


Pos()

protected: IMPORT_C TPoint& Pos();

Description

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

Return value

TPoint &

A reference to a TPoint object specifying the location.


SetPos(const TPoint &)

protected: IMPORT_C void SetPos(const TPoint &aPos);

Description

Sets the current position within the bitmap.

Parameters

const TPoint &aPos

A reference to a TPoint object specifying the location.