CPanoramaTransform Class Reference

class CPanoramaTransform : public CBase

This class provides help functions for handling the result of the viewfinder tracking. It contains getters and setters.

Inherits from

Constructor & Destructor Documentation

CPanoramaTransform()

CPanoramaTransform()[private]

~CPanoramaTransform()

IMPORT_C~CPanoramaTransform()

Member Functions Documentation

ConstructL()

voidConstructL()[private]

GetDirection(TDirection &)

IMPORT_C voidGetDirection(TDirection &aDirection)

Get the direction of a panorama transform

Parameters

TDirection & aDirectionDirection of the panorama

GetDirection(TDirection &, TInt &)

IMPORT_C voidGetDirection(TDirection &aDirection,
TInt &aMinimumDelta
)

Get the direction of a panorama transform

Parameters

TDirection & aDirectionDirection of the panorama
TInt & aMinimumDeltaMinimum translation in percent.

GetTranslation(TPoint &, TSize &)

IMPORT_C voidGetTranslation(TPoint &aDxDy,
TSize &aDims
)const

Get the translation part of a PanoramaTransform

Parameters

TPoint & aDxDyx and y coordinates
TSize & aDimsImage dimensions for the transform

NewL()

IMPORT_C CPanoramaTransform *NewL()[static]

Constructs a new panorama transform object.

A leave occurs if there is insufficient memory available.

SetDirection(TDirection &)

IMPORT_C voidSetDirection(TDirection &aDirection)

Set the desired direction of a panorama transform

Parameters

TDirection & aDirectionDirection of the panorama

SetDirection(TDirection &, TInt)

IMPORT_C voidSetDirection(TDirection &aDirection,
TIntaMinDelta
)

Set the desired direction of a panorama transform

Parameters

TDirection & aDirectionDirection of the panorama
TInt aMinDeltaMinimum translation in percent.

SetTranslationL(const TPoint &, const TSize &)

IMPORT_C voidSetTranslationL(const TPoint &aDxDy,
const TSize &aDims
)

Set the desired translation values on a panorama transform object.

Parameters

const TPoint & aDxDyx and y coordinates
const TSize & aDimsImage dimenstion for the transform

Member Data Documentation

CPanoramaTransformImpl * iPanTransImpl

CPanoramaTransformImpl *iPanTransImpl[private]