MImageConvOperation Class Reference

class MImageConvOperation : public MImageConvExtension

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

Inherits from

Member Functions 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

Parameters

TImageConvOperation::TOperation aOperationAn operation to be added to the current operation stack.

Capabilities()

TUint Capabilities()const [pure virtual]

Capabilities of the code plugin.

ClearOperationStack()

voidClearOperationStack()[pure virtual]

Remove all operations previously set.