#include <icl/imagecodec.h>
Link against: imageconversion.lib
class CImageProcessorReadCodec : public CImageReadCodec |
Public Member Functions | |
---|---|
~CImageProcessorReadCodec() |
Protected Member Functions | |
---|---|
CImageProcessorReadCodec() | |
IMPORT_C void | ConstructL() |
IMPORT_C CImageProcessor * | ImageProcessor() |
IMPORT_C const TPoint & | Pos() |
IMPORT_C TPoint & | Pos() |
IMPORT_C void | SetImageProcessor(CImageProcessor *) |
IMPORT_C void | SetPos(const TPoint &) |
Provides functions to determine or set features of the codec's CImageProcessor.
Note: For use by plugin writers only.
IMPORT_C void | ConstructL | ( | ) | [protected] |
Reimplemented from CImageReadCodec::ConstructL()
Second phase constructor.
IMPORT_C CImageProcessor * | ImageProcessor | ( | ) | const [protected] |
Returns a pointer to the codec's CImageProcessor.
IMPORT_C const TPoint & | Pos | ( | ) | const [protected] |
Returns the current position within the bitmap (const version).
IMPORT_C TPoint & | Pos | ( | ) | [protected] |
Returns the current position within the bitmap (non const version).
IMPORT_C void | SetImageProcessor | ( | CImageProcessor * | aImageProc | ) | [protected] |
Parameters | |
---|---|
aImageProc | A pointer to a full constructed CImageProcessor derived object. |
IMPORT_C void | SetPos | ( | const TPoint & | aPos | ) | [protected] |
Sets the current position within the bitmap.
Parameters | |
---|---|
aPos | A reference to a TPoint object specifying the location. |