#include <panorama/panorama.h>
Link against: panorama.lib
class CPanoramaTransform : public CBase |
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 &) |
This class provides help functions for handling the result of the viewfinder tracking. It contains getters and setters.
IMPORT_C | ~CPanoramaTransform | ( | ) |
IMPORT_C void | GetDirection | ( | TDirection & | aDirection | ) |
Get the direction of a panorama transform
Parameters | |
---|---|
aDirection | Direction of the panorama |
IMPORT_C void | GetDirection | ( | TDirection & | aDirection, |
TInt & | aMinimumDelta | |||
) |
Get the direction of a panorama transform
Parameters | |
---|---|
aDirection | Direction of the panorama |
aMinimumDelta | Minimum translation in percent. |
IMPORT_C CPanoramaTransform * | NewL | ( | ) | [static] |
Constructs a new panorama transform object.
A leave occurs if there is insufficient memory available.
IMPORT_C void | SetDirection | ( | TDirection & | aDirection | ) |
Set the desired direction of a panorama transform
Parameters | |
---|---|
aDirection | Direction of the panorama |
IMPORT_C void | SetDirection | ( | TDirection & | aDirection, |
TInt | aMinDelta | |||
) |
Set the desired direction of a panorama transform
Parameters | |
---|---|
aDirection | Direction of the panorama |
aMinDelta | Minimum translation in percent. |