class CPanoramaTransform : public CBase |
This class provides help functions for handling the result of the viewfinder tracking. It contains getters and setters.
Public Member Functions | |
---|---|
~CPanoramaTransform() | |
IMPORT_C void | GetDirection(TDirection &) |
IMPORT_C void | GetDirection(TDirection &, TInt &) |
IMPORT_C void | GetTranslation(TPoint &, TSize &) |
IMPORT_C CPanoramaTransform * | NewL() |
IMPORT_C void | SetDirection(TDirection &) |
IMPORT_C void | SetDirection(TDirection &, TInt) |
IMPORT_C void | SetTranslationL(const TPoint &, const TSize &) |
Private Member Functions | |
---|---|
CPanoramaTransform() | |
void | ConstructL() |
Private Attributes | |
---|---|
CPanoramaTransformImpl * | iPanTransImpl |
IMPORT_C void | GetDirection | ( | TDirection & | aDirection | ) |
Get the direction of a panorama transform
TDirection & aDirection | Direction of the panorama |
IMPORT_C void | GetDirection | ( | TDirection & | aDirection, |
TInt & | aMinimumDelta | |||
) |
Get the direction of a panorama transform
TDirection & aDirection | Direction of the panorama |
TInt & aMinimumDelta | Minimum translation in percent. |
IMPORT_C void | GetTranslation | ( | TPoint & | aDxDy, |
TSize & | aDims | |||
) | const |
Get the translation part of a PanoramaTransform
IMPORT_C CPanoramaTransform * | NewL | ( | ) | [static] |
Constructs a new panorama transform object.
A leave occurs if there is insufficient memory available.
A pointer to the new panorama transform object.
IMPORT_C void | SetDirection | ( | TDirection & | aDirection | ) |
Set the desired direction of a panorama transform
TDirection & aDirection | Direction of the panorama |
IMPORT_C void | SetDirection | ( | TDirection & | aDirection, |
TInt | aMinDelta | |||
) |
Set the desired direction of a panorama transform
TDirection & aDirection | Direction of the panorama |
TInt aMinDelta | Minimum translation in percent. |
IMPORT_C void | SetTranslationL | ( | const TPoint & | aDxDy, |
const TSize & | aDims | |||
) |
Set the desired translation values on a panorama transform object.