S60 3rd Edition API Reference: TPositionClassTypeBase Class Reference

TPositionClassTypeBase Class Reference

API published in: S60 2nd Ed FP 2

Link against: lbs.lib

Capability Information

Required Capabilities

Location


#include <lbscommon.h>

Inherited by TPositionCriteriaBase, TPositionInfoBase, TPositionModuleInfoBase, TPositionModuleStatusBase, TPositionModuleStatusEventBase, TPositionQualityBase, and TPositionUpdateOptionsBase.


Detailed Description

The base class for classes used to store position information.

Public Member Functions

IMPORT_C TUint32 PositionClassType () const
 Get information about the type of the position class.
IMPORT_C TUint PositionClassSize () const
 Get the size of the position class.

Protected Member Functions

 TPositionClassTypeBase ()

Protected Attributes

TUint32 iPosClassType
 The type of the derived class.
TUint iPosClassSize
 The size of the derived class.

Constructor & Destructor Documentation

TPositionClassTypeBase::TPositionClassTypeBase  )  [protected]
 

Member Function Documentation

IMPORT_C TUint TPositionClassTypeBase::PositionClassSize  )  const
 

Get the size of the position class.

Returns:
The size of the TPositionClassTypeBase-derived class
IMPORT_C TUint32 TPositionClassTypeBase::PositionClassType  )  const
 

Get information about the type of the position class.

Returns:
The type of the TPositionClassTypeBase-derived class

Field Documentation

TUint TPositionClassTypeBase::iPosClassSize [protected]
 

The size of the derived class.

TUint32 TPositionClassTypeBase::iPosClassType [protected]
 

The type of the derived class.


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

Copyright © Nokia Corporation 2001-2007
Back to top