Public Types | |
enum | TDirection { EClockwise90 = 0, EAntiClockwise90 } |
Public Member Functions | |
void | StartToDecodeL (TFileName &aFileName) |
void | StartToEncodeL (TFileName &aFileName, TUid aImageType, TUid aImageSubType) |
CFrameInfoStrings * | GetImageInfoL () |
void | Rotate (TDirection aDirection) |
TInt | Scale (TInt aPercent) |
CFbsBitmap * | GetBitmap () |
void | ShowProgress () |
void | CancelProgress () |
TBool | CanDownScaleMore () |
TState | EngineState () |
Static Public Member Functions | |
static CImageConverterEngine * | NewL (MConverterController *aController) |
static void | GetEncoderImageTypesL (RImageTypeDescriptionArray &aImageTypeArray) |
Protected Member Functions | |
void | DoCancel () |
void | RunL () |
TInt | RunError (TInt aError) |
Definition at line 60 of file ImageConverterEngine.h.