#include <icl/imageconversionextensionintf.h>
| class MImageConvOperation : public MImageConvExtension |
| Public Member Functions | |
|---|---|
| pure virtual void | AddOperationL(TImageConvOperation::TOperation) |
| pure virtual TUint | Capabilities() |
| pure virtual void | ClearOperationStack() |
| Inherited Functions | |
|---|---|
| MImageConvExtension::IncrementRef() | |
| MImageConvExtension::Release() | |
| MImageConvExtension::Uid()const | |
Operation extension for Image Conversion Library. Allows rotation and mirror/flip.
| 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.
| Parameters | |
|---|---|
| aOperation | An operation to be added to the current operation stack. |
| Leave Codes | |
|---|---|
| if | more than one TOperation enum is passed for each individual call |
| TUint | Capabilities | ( | ) | const [pure virtual] |
Capabilities of the code plugin.