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)

void AddOperationL ( TImageConvOperation::TOperation aOperation ) [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 aOperation An operation to be added to the current operation stack.

Capabilities()

TUint Capabilities ( ) const [pure virtual]

Capabilities of the code plugin.

ClearOperationStack()

void ClearOperationStack ( ) [pure virtual]

Remove all operations previously set.