Location:
ImageCodec.h
Link against: imageconversion.lib
class CImageProcessorReadCodec : public CImageReadCodec;
Provides functions to determine or set features of the codec's CImageProcessor
.
Note: For use by plugin writers only.
CBase
- Base class for all classes to be instantiated on the heap
CImageReadCodec
- Provides read related processing functions for bitmaps
CImageProcessorReadCodec
- Provides functions to determine or set features of the codec's
Defined in CImageProcessorReadCodec
:
CImageProcessorReadCodec()
, ConstructL()
, ImageProcessor()
, Pos()
, Pos()
, SetImageProcessor()
, SetPos()
, ~CImageProcessorReadCodec()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CImageReadCodec
:
ClearBitmapL()
,
Complete()
,
CurrentFrame()
,
GetNewDataPosition()
,
InitFrameHeader()
,
InitFrameL()
,
ProcessFrameHeaderL()
,
ProcessFrameL()
,
ReducedSize()
,
ReductionFactor()
,
ReservedVirtual1()
,
ReservedVirtual2()
,
ReservedVirtual3()
,
ReservedVirtual4()
protected: IMPORT_C CImageProcessor *ImageProcessor() const;
Returns a pointer to the codec's CImageProcessor
.
|
protected: IMPORT_C void SetImageProcessor(CImageProcessor *aImageProc);
Sets the codec's CImageProcessor
.
Ownership is transferred.
|
protected: IMPORT_C const TPoint &Pos() const;
Returns the current position within the bitmap (const version).
|