TEfOrientation Class Reference

API published in: S60 3rd Ed

Link against: orientationbase.lib

Capability Information

Required Capabilities

None


#include <orientationdata.h>

Inherits TEfCommon.


Detailed Description

This class defines the effect data structure to be passed between client and server.

Public Member Functions

  TEfOrientation ()
  Constructor.
  TEfOrientation (TInt32 aHeading, TInt32 aPitch, TInt32 aRoll, TInt32 aFrontX, TInt32 aFrontY, TInt32 aFrontZ, TInt32 aAboveX, TInt32 aAboveY, TInt32 aAboveZ)
  Constructor.

Data Fields

TInt32  iHeading
TInt32  iPitch
TInt32  iRoll
TInt32  iFrontX
TInt32  iFrontY
TInt32  iFrontZ
TInt32  iAboveX
TInt32  iAboveY
TInt32  iAboveZ

Constructor & Destructor Documentation

TEfOrientation::TEfOrientation  )  [inline]
 

Constructor.

TEfOrientation::TEfOrientation TInt32  aHeading,
TInt32  aPitch,
TInt32  aRoll,
TInt32  aFrontX,
TInt32  aFrontY,
TInt32  aFrontZ,
TInt32  aAboveX,
TInt32  aAboveY,
TInt32  aAboveZ
[inline]
 

Constructor.


Field Documentation

TInt32 TEfOrientation::iAboveX
 
TInt32 TEfOrientation::iAboveY
 
TInt32 TEfOrientation::iAboveZ
 
TInt32 TEfOrientation::iFrontX
 
TInt32 TEfOrientation::iFrontY
 
TInt32 TEfOrientation::iFrontZ
 
TInt32 TEfOrientation::iHeading
 
TInt32 TEfOrientation::iPitch
 
TInt32 TEfOrientation::iRoll
 

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top