TEfDoppler Class Reference

API published in: S60 3rd Ed

Link against: dopplerbase.lib

Capability Information

Required Capabilities

None


#include <
dopplerdata.h>

Inherits TEfCommon.


Detailed Description

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

Public Member Functions

 TEfDoppler ()
 Constructor.
 TEfDoppler (TInt32 aVelocityX, TInt32 aVelocityY, TInt32 aVelocityZ, TInt32 aAzimuth, TInt32 aElevation, TInt32 aRadius, TUint32 aFactor, TUint32 aMaxFactor)
 Constructor.

Data Fields

TInt32 iVelocityX
TInt32 iVelocityY
TInt32 iVelocityZ
TInt32 iAzimuth
TInt32 iElevation
TInt32 iRadius
TUint32 iFactor
TUint32 iMaxFactor

Constructor & Destructor Documentation

TEfDoppler::TEfDoppler  )  [inline]
 

Constructor.

TEfDoppler::TEfDoppler TInt32  aVelocityX,
TInt32  aVelocityY,
TInt32  aVelocityZ,
TInt32  aAzimuth,
TInt32  aElevation,
TInt32  aRadius,
TUint32  aFactor,
TUint32  aMaxFactor
[inline]
 

Constructor.


Field Documentation

TInt32 TEfDoppler::iAzimuth
 
TInt32 TEfDoppler::iElevation
 
TUint32 TEfDoppler::iFactor
 
TUint32 TEfDoppler::iMaxFactor
 
TInt32 TEfDoppler::iRadius
 
TInt32 TEfDoppler::iVelocityX
 
TInt32 TEfDoppler::iVelocityY
 
TInt32 TEfDoppler::iVelocityZ
 

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

Copyright © Nokia Corporation 2001-2008
Back to top