MImageConvOperation Class Reference

#include <icl/imageconversionextensionintf.h>

class MImageConvOperation : public MImageConvExtension

Inherits from

Detailed Description

Operation extension for Image Conversion Library. Allows rotation and mirror/flip.

Member Function Documentation

AddOperationL ( TImageConvOperation::TOperation )

voidAddOperationL(TImageConvOperation::TOperationaOperation)[pure virtual]

Set up an operation be applied to the source. May be called more than once to set up a stack of operations, but it is not possible to add more than one operation in a single call.

leave
if more than one TOperation enum is passed for each individual call
ParameterDescription
aOperationAn operation to be added to the current operation stack.

Capabilities ( )

TUint Capabilities()const [pure virtual]

Capabilities of the code plugin.

Returns: Bitmask combination of TOperation. Bit is set if decoder plugin supports the operation.

ClearOperationStack ( )

voidClearOperationStack()[pure virtual]

Remove all operations previously set.